example showcase patches: use default instead of game mode for desktop (#11250)
# Objective - After https://github.com/bevyengine/bevy/pull/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`
This commit is contained in:
parent
c1b785c360
commit
371cd69d4b
@ -14,7 +14,7 @@ index b91e25d34..48f19b708 100644
|
||||
- wait: Duration::from_secs(60),
|
||||
- },
|
||||
- }
|
||||
+ Self::game()
|
||||
+ Self::default()
|
||||
}
|
||||
|
||||
/// Returns the current [`UpdateMode`].
|
||||
|
Loading…
Reference in New Issue
Block a user