diff options
Diffstat (limited to 'examples/integration/src/main.rs')
-rw-r--r-- | examples/integration/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs index f53b5bf1..9cd801b2 100644 --- a/examples/integration/src/main.rs +++ b/examples/integration/src/main.rs @@ -170,7 +170,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> { // Run event loop event_loop.run(move |event, window_target| { - // You should change this if you want to render continuosly + // You should change this if you want to render continuously window_target.set_control_flow(ControlFlow::Wait); match event { |