Update for boo API change

This commit is contained in:
Jack Andersen 2018-01-06 19:18:31 -10:00
parent 3f9a91b0ab
commit 380381c7d1
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ int main(int argc, const boo::SystemChar** argv)
logvisor::RegisterStandardExceptions();
AppCallback app(argc, argv);
int ret = boo::ApplicationRun(boo::IApplication::EPlatformType::Auto, app, _S("amuseplay"), _S("Amuse Player"),
argc, argv, false);
argc, argv, 1, 1, false);
printf("IM DYING!!\n");
return ret;
}