fixed typo

This commit is contained in:
SunLightJuly 2015-01-13 01:02:04 +08:00
parent 3a64d723de
commit 4d2a425450
1 changed files with 1 additions and 1 deletions

View File

@ -2363,7 +2363,7 @@ int lua_cocos2dx_Node_setRotationQuat(lua_State* tolua_S)
if (!ok) { break; }
cobj->setRotationQuat(arg0);
lua_settop(L, 1);
lua_settop(tolua_S, 1);
return 1;
}
}while(0);