From 86b134a035aae4d8c1786a1b25de134e08b197b1 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Tue, 12 Mar 2024 08:01:12 -0700 Subject: [PATCH] Fix CI desktop mode patch not applying --- tools/example-showcase/remove-desktop-app-mode.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/example-showcase/remove-desktop-app-mode.patch b/tools/example-showcase/remove-desktop-app-mode.patch index 5db7854108aab..7551ce3dc56e1 100644 --- a/tools/example-showcase/remove-desktop-app-mode.patch +++ b/tools/example-showcase/remove-desktop-app-mode.patch @@ -1,10 +1,10 @@ diff --git a/crates/bevy_winit/src/winit_config.rs b/crates/bevy_winit/src/winit_config.rs -index b91e25d34..48f19b708 100644 +index f2cb424ec..e68e01de0 100644 --- a/crates/bevy_winit/src/winit_config.rs +++ b/crates/bevy_winit/src/winit_config.rs -@@ -29,14 +29,7 @@ impl WinitSettings { - /// [`Reactive`](UpdateMode::Reactive) if windows have focus, - /// [`ReactiveLowPower`](UpdateMode::ReactiveLowPower) otherwise. +@@ -31,14 +31,7 @@ impl WinitSettings { + /// + /// Use the [`EventLoopProxy`](crate::EventLoopProxy) to request a redraw from outside bevy. pub fn desktop_app() -> Self { - WinitSettings { - focused_mode: UpdateMode::Reactive {