Skip to content

Commit

Permalink
update winit settings patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 29, 2024
1 parent 81e4b27 commit 33d9ff0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions patches/update-winit-settings.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/tools/example-showcase/remove-desktop-app-mode.patch b/tools/example-showcase/remove-desktop-app-mode.patch
index 2d21e0790..52fb5d4bc 100644
--- a/tools/example-showcase/remove-desktop-app-mode.patch
+++ b/tools/example-showcase/remove-desktop-app-mode.patch
@@ -1,5 +1,5 @@
diff --git a/crates/bevy_winit/src/winit_config.rs b/crates/bevy_winit/src/winit_config.rs
-index 104384086..6e3c8dd83 100644
+index 0139f489b..be605b276 100644
--- a/crates/bevy_winit/src/winit_config.rs
+++ b/crates/bevy_winit/src/winit_config.rs
@@ -29,10 +29,7 @@ impl WinitSettings {
@@ -13,4 +13,4 @@ index 104384086..6e3c8dd83 100644
+ Self::default()
}

- /// Returns the current [`UpdateMode`].
+ /// Default settings for mobile.

0 comments on commit 33d9ff0

Please sign in to comment.