Update yaze

This commit is contained in:
Justin Scofield
2022-07-24 00:02:12 -04:00
parent 874786cc57
commit e4bdc525c2
2 changed files with 3 additions and 1 deletions

View File

@@ -16,5 +16,6 @@ int main(int argc, char** argv) {
controller.doRender();
}
controller.onExit();
return EXIT_SUCCESS;
}