Fixing a stupid bug where it would crash because a fact wasn't in the world.
This commit is contained in:
parent
93f53d1714
commit
5a6494acf5
7 changed files with 11 additions and 6 deletions
1
gui.cpp
1
gui.cpp
|
@ -262,6 +262,7 @@ void GUI::render_scene() {
|
|||
}
|
||||
|
||||
int GUI::main(bool run_once) {
|
||||
$world.set_the<Debug>({});
|
||||
create_renderer();
|
||||
run_systems();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue