Skip to content

Commit

Permalink
[Player] Fix iOS View Controller not using ThreadHelper properly;
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCodingFox committed Apr 22, 2024
1 parent c791cca commit 7c3db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Core/Player/iOS/StapleViewController.cs
Expand Up @@ -30,7 +30,7 @@ public override void ViewDidAppear(bool animated)
{
needsInit = false;

Threading.Initialize();
ThreadHelper.Initialize();

MessagePackInit.Initialize();

Expand Down

0 comments on commit 7c3db44

Please sign in to comment.