Skip to content

Commit

Permalink
example showcase patches: use default instead of game mode for desktop (
Browse files Browse the repository at this point in the history
#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`
  • Loading branch information
mockersf authored Jan 8, 2024
1 parent c1b785c commit 371cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/example-showcase/remove-desktop-app-mode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index b91e25d34..48f19b708 100644
- wait: Duration::from_secs(60),
- },
- }
+ Self::game()
+ Self::default()
}

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

0 comments on commit 371cd69

Please sign in to comment.