Skip to content

Commit d3ffb2a

Browse files
Fix window position patch (#14745)
# Objective - CI broke after #14284 because of the `cursor_options` rename ## Solution - Update the broken patch ## Testing - Patch tested with `git apply`.
1 parent 6da2305 commit d3ffb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/example-showcase/fixed-window-position.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs
2-
index 10bdd8fe8..dda272569 100644
2+
index f578658cd..ffac22062 100644
33
--- a/crates/bevy_window/src/window.rs
44
+++ b/crates/bevy_window/src/window.rs
5-
@@ -232,7 +232,7 @@ impl Default for Window {
6-
cursor: Default::default(),
5+
@@ -318,7 +318,7 @@ impl Default for Window {
6+
cursor_options: Default::default(),
77
present_mode: Default::default(),
88
mode: Default::default(),
99
- position: Default::default(),

0 commit comments

Comments
 (0)