Skip to content

Commit

Permalink
Fix typo in DM_LUA_STACK_CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev authored Feb 22, 2022
1 parent 3f56f2f commit 5f5ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defold-spine/src/script_spine_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ namespace dmSpine
*/
static int SetSpineScene(lua_State* L)
{
DM_LUA_STACK_CHECK(L, 1);
DM_LUA_STACK_CHECK(L, 0);

dmGui::HScene scene = dmGui::LuaCheckScene(L);
dmGui::HNode node = dmGui::LuaCheckNode(L, 1);
Expand Down

0 comments on commit 5f5ec50

Please sign in to comment.