Skip to content

Commit

Permalink
Fix window position patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eero-lehtinen committed Aug 14, 2024
1 parent a346515 commit d65fd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/example-showcase/fixed-window-position.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs
index 10bdd8fe8..dda272569 100644
index f578658cd..ffac22062 100644
--- a/crates/bevy_window/src/window.rs
+++ b/crates/bevy_window/src/window.rs
@@ -232,7 +232,7 @@ impl Default for Window {
cursor: Default::default(),
@@ -318,7 +318,7 @@ impl Default for Window {
cursor_options: Default::default(),
present_mode: Default::default(),
mode: Default::default(),
- position: Default::default(),
Expand Down

0 comments on commit d65fd3f

Please sign in to comment.