1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
This commit is contained in:
Brian Fiete 2019-09-12 09:42:02 -07:00
parent 1dae16ac57
commit d41872723d

View file

@ -27,7 +27,7 @@ using namespace Beefy;
BF_IMPORT void BF_CALLTYPE Debugger_ProgramDone();
int main(int argc, char* argv[])
{
{
BfpSystem_SetCommandLine(argc, argv);
BfpThread_SetName(NULL, "MainThread", NULL);