diff --git a/examples/demo.rs b/examples/demo.rs index 86e9366..f6a41d2 100644 --- a/examples/demo.rs +++ b/examples/demo.rs @@ -159,7 +159,7 @@ async fn run(event_loop: EventLoop<()>, window: Window) { } } Event::AboutToWait => { - // Continuos rendering! + // Continuous rendering! window.request_redraw(); } Event::WindowEvent {