Skip to content

Commit

Permalink
Fix pure_glow example
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 15, 2023
1 parent 46bea93 commit 13e258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_glow/examples/pure_glow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});

Expand Down

0 comments on commit 13e258b

Please sign in to comment.