-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |