First render !!!
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s
This commit is contained in:
parent
2590db0a06
commit
c0367144a6
9 changed files with 123 additions and 70 deletions
|
@ -61,6 +61,7 @@ impl ApplicationHandler for App {
|
|||
Some(render_context) => {
|
||||
if let Err(error) = render_context.render() {
|
||||
log::error!("Failed to render with render context : {}", error);
|
||||
event_loop.exit();
|
||||
}
|
||||
}
|
||||
None => log::warn!("Window resized but no render context found"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue