mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
some app flow redesign
This commit is contained in:
@@ -200,7 +200,6 @@ int main(int argc, const char** argv)
|
||||
std::unique_ptr<boo::IApplication> app =
|
||||
ApplicationBootstrap(boo::IApplication::PLAT_AUTO,
|
||||
appCb, "rwk", "RWK", argc, argv);
|
||||
app->run();
|
||||
printf("IM DYING!!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user