1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Apple fixes

This commit is contained in:
Brian Fiete 2019-10-29 05:01:04 -07:00
parent 43b69023f6
commit 9f3fded709
23 changed files with 847 additions and 425 deletions

View file

@ -146,8 +146,7 @@ public:
}
virtual void ThreadStarted()
{
int threadPriority = BfpThread_GetPriority(mThreadHandle, NULL);
{
mRunning = true;
}