From 2d3fa9165f248a5d0c264d2f7921685d1ad1221d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 7 Jan 2024 20:52:21 +0100 Subject: [PATCH] use default instead of game mode for desktop --- tools/example-showcase/remove-desktop-app-mode.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/example-showcase/remove-desktop-app-mode.patch b/tools/example-showcase/remove-desktop-app-mode.patch index 725215214654e..5db7854108aab 100644 --- a/tools/example-showcase/remove-desktop-app-mode.patch +++ b/tools/example-showcase/remove-desktop-app-mode.patch @@ -14,7 +14,7 @@ index b91e25d34..48f19b708 100644 - wait: Duration::from_secs(60), - }, - } -+ Self::game() ++ Self::default() } /// Returns the current [`UpdateMode`].