Fix priority of redraw requests in winit shell
This commit is contained in:
parent
a2b36e6551
commit
cc8b326dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ where
|
||||||
(
|
(
|
||||||
ControlFlow::WaitUntil(current),
|
ControlFlow::WaitUntil(current),
|
||||||
ControlFlow::WaitUntil(new),
|
ControlFlow::WaitUntil(new),
|
||||||
) if new < current => {}
|
) if current < new => {}
|
||||||
(
|
(
|
||||||
ControlFlow::WaitUntil(target),
|
ControlFlow::WaitUntil(target),
|
||||||
ControlFlow::Wait,
|
ControlFlow::Wait,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue