Move changelog entry into proper position

Fix window_run_return

Make docs build
This commit is contained in:
Osspial 2019-12-22 00:47:39 -05:00
parent 530ff5420b
commit 8a9a9cd92d
3 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ fn main() {
quit = true;
*control_flow = ControlFlow::Exit;
}
Event::EventsCleared => {
Event::MainEventsCleared => {
*control_flow = ControlFlow::Exit;
}
_ => *control_flow = ControlFlow::Wait,