mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
OS X event fixes and prep for Metal API
This commit is contained in:
@@ -457,7 +457,7 @@ int main(int argc, const boo::SystemChar** argv)
|
||||
LogVisor::RegisterConsoleLogger();
|
||||
boo::TestApplicationCallback appCb;
|
||||
int ret = ApplicationRun(boo::IApplication::PLAT_AUTO,
|
||||
appCb, _S("rwk"), _S("RWK"), argc, argv);
|
||||
appCb, _S("boo"), _S("Boo"), argc, argv);
|
||||
printf("IM DYING!!\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user