Skip to content

Commit 371cd69

Browse files
authored
example showcase patches: use default instead of game mode for desktop (#11250)
# Objective - After #11227, example showcase timeouts - `ReactiveLowPower` now can wait indefinitely depending on "platform specifics" ## Solution - Patch desktop mode in example showcase to use default mode which is always `Continuous`
1 parent c1b785c commit 371cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/example-showcase/remove-desktop-app-mode.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ index b91e25d34..48f19b708 100644
1414
- wait: Duration::from_secs(60),
1515
- },
1616
- }
17-
+ Self::game()
17+
+ Self::default()
1818
}
1919

2020
/// Returns the current [`UpdateMode`].

0 commit comments

Comments
 (0)