Process callbacks
This commit is contained in:
parent
b6eeca37f3
commit
26ae90118d
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
fn update(&mut self) -> anyhow::Result<()> {
|
fn update(&mut self) -> anyhow::Result<()> {
|
||||||
|
self.gui_handler.process_callbacks()?;
|
||||||
self.engine_object.update()
|
self.engine_object.update()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue