Skip to content

Commit

Permalink
The command queue was never created on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jan 27, 2020
1 parent ad32a76 commit d1b0d80
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 d1b0d80

Please sign in to comment.