Skip to content

Commit

Permalink
Merge pull request #5 from defold/Issue-4-crash-when-force-closing-on…
Browse files Browse the repository at this point in the history
…-ios

The command queue was never created on iOS
  • Loading branch information
britzl authored Jan 27, 2020
2 parents ad32a76 + d1b0d80 commit f1719d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension-iac/src/iac_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ static void HandleInvocation(const IACCommand* cmd)

dmExtension::Result AppInitializeIAC(dmExtension::AppParams* params)
{
IAC_Queue_Create(&g_IAC.m_CmdQueue);
return dmExtension::RESULT_OK;
}

Expand Down

0 comments on commit f1719d1

Please sign in to comment.