Fix crash with event watchers + handle SDL loop better + shut down more appropriately
This commit is contained in:
@@ -13,5 +13,7 @@ int main(int argc, char **argv) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
return kaizenGui.run();
|
||||
kaizenGui.run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user