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:
François 2024-01-08 21:52:43 +01:00 committed by GitHub
parent c1b785c360
commit 371cd69d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ index b91e25d34..48f19b708 100644
- wait: Duration::from_secs(60),
- },
- }
+ Self::game()
+ Self::default()
}
/// Returns the current [`UpdateMode`].