Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
not-fl3 committed May 29, 2024
1 parent 2dc35cd commit 0ef8925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl EventHandler for Stage {
}

if miniquad::window::blocking_event_loop() {
miniquad::window::schedule_update();
miniquad::window::schedule_update();
}
}

Expand Down

0 comments on commit 0ef8925

Please sign in to comment.