diff --git a/src/ActorFrame.cpp b/src/ActorFrame.cpp index a747ef73e4..d517f51c47 100644 --- a/src/ActorFrame.cpp +++ b/src/ActorFrame.cpp @@ -316,7 +316,7 @@ static int IdenticalChildrenIndexLayer(lua_State* L) { if(lua_isnumber(L, 2)) { - lua_gettable(L, 1); + lua_rawget(L, 1); } else {