diff --git a/crates/egui_glow/examples/pure_glow.rs b/crates/egui_glow/examples/pure_glow.rs index 6a6a042f3..6392cd302 100644 --- a/crates/egui_glow/examples/pure_glow.rs +++ b/crates/egui_glow/examples/pure_glow.rs @@ -162,7 +162,7 @@ fn main() { .set_request_repaint_callback(move |info| { event_loop_proxy .lock() - .send_event(UserEvent::Redraw(info.after)) + .send_event(UserEvent::Redraw(info.delay)) .expect("Cannot send event"); });