mirror of
https://github.com/joeycastillo/second-movement.git
synced 2026-02-05 08:55:42 +00:00
launcher: track can_sleep between runloop invocations
This commit is contained in:
@ -145,7 +145,7 @@ bool app_loop() {
|
||||
app_setup();
|
||||
}
|
||||
|
||||
bool can_sleep = true;
|
||||
static bool can_sleep = true;
|
||||
|
||||
if (event.bit.event_type) {
|
||||
event.bit.subsecond = launcher_state.subsecond;
|
||||
|
||||
Reference in New Issue
Block a user