Fix closing the examples
This commit is contained in:
parent
a10935eaf7
commit
86bdc3cecd
|
@ -253,7 +253,7 @@ impl ExampleBase {
|
||||||
ControlFlow::Continue
|
ControlFlow::Continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
WindowEvent::Destroyed => winit::ControlFlow::Break,
|
WindowEvent::CloseRequested => winit::ControlFlow::Break,
|
||||||
_ => ControlFlow::Continue,
|
_ => ControlFlow::Continue,
|
||||||
},
|
},
|
||||||
_ => ControlFlow::Continue,
|
_ => ControlFlow::Continue,
|
||||||
|
|
Loading…
Reference in a new issue