Skip to content

Commit

Permalink
Is this crashing? again?
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 5, 2024
1 parent 0f5e24d commit 6a15cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ unsigned LuaThread(void* data)
RunHook(IFace, action->data, action->val);
} else if (action->type == LuaAction::ACT_RunHook)
{
RunHook(IFace, action->data, action->val);
//RunHook(IFace, action->data, action->val);
}

delete action;
Expand Down

0 comments on commit 6a15cd0

Please sign in to comment.