mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Fix pure_glow example
This commit is contained in:
@@ -162,7 +162,7 @@ fn main() {
|
|||||||
.set_request_repaint_callback(move |info| {
|
.set_request_repaint_callback(move |info| {
|
||||||
event_loop_proxy
|
event_loop_proxy
|
||||||
.lock()
|
.lock()
|
||||||
.send_event(UserEvent::Redraw(info.after))
|
.send_event(UserEvent::Redraw(info.delay))
|
||||||
.expect("Cannot send event");
|
.expect("Cannot send event");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user