GLX tweaks

This commit is contained in:
Jack Andersen
2015-10-27 15:47:55 -10:00
parent 55bf4bbdea
commit 3db5a7e211
9 changed files with 55 additions and 35 deletions

View File

@@ -210,11 +210,8 @@ int main(int argc, const char** argv)
std::unique_ptr<boo::IApplication> app =
ApplicationBootstrap(boo::IApplication::PLAT_AUTO,
appCb, _S("rwk"), _S("RWK"), argc, argv);
while (true)
{
app->pump();
}
int ret = app->run();
printf("IM DYING!!\n");
return 0;
return ret;
}