Move changelog entry into proper position
Fix window_run_return Make docs build
This commit is contained in:
parent
530ff5420b
commit
8a9a9cd92d
3 changed files with 8 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ fn main() {
|
|||
quit = true;
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
Event::EventsCleared => {
|
||||
Event::MainEventsCleared => {
|
||||
*control_flow = ControlFlow::Exit;
|
||||
}
|
||||
_ => *control_flow = ControlFlow::Wait,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue