From d3ffb2a5c00766744faf08a59ad596a5625cdbbf Mon Sep 17 00:00:00 2001 From: Eero Lehtinen Date: Thu, 15 Aug 2024 16:55:15 +0300 Subject: [PATCH] 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`. --- tools/example-showcase/fixed-window-position.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/example-showcase/fixed-window-position.patch b/tools/example-showcase/fixed-window-position.patch index 5a2e7e3974..de9d8c3ab1 100644 --- a/tools/example-showcase/fixed-window-position.patch +++ b/tools/example-showcase/fixed-window-position.patch @@ -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(),