[oden] Main thread wait

This commit is contained in:
John Doty 2023-06-30 16:55:45 -07:00
parent b1b97cee75
commit b149b28f31

View file

@ -548,7 +548,7 @@ pub async fn run() {
});
event_loop.run(move |event, _, control_flow| {
control_flow.set_poll();
control_flow.set_wait();
if let Some(e) = event.to_static() {
sender