Process callbacks

This commit is contained in:
hodasemi 2024-08-29 11:10:48 +02:00
parent b6eeca37f3
commit 26ae90118d

View file

@ -145,6 +145,7 @@ where
}
fn update(&mut self) -> anyhow::Result<()> {
self.gui_handler.process_callbacks()?;
self.engine_object.update()
}