mirror of https://github.com/axmolengine/axmol.git
fixed typo
This commit is contained in:
parent
3a64d723de
commit
4d2a425450
|
@ -2363,7 +2363,7 @@ int lua_cocos2dx_Node_setRotationQuat(lua_State* tolua_S)
|
||||||
|
|
||||||
if (!ok) { break; }
|
if (!ok) { break; }
|
||||||
cobj->setRotationQuat(arg0);
|
cobj->setRotationQuat(arg0);
|
||||||
lua_settop(L, 1);
|
lua_settop(tolua_S, 1);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}while(0);
|
}while(0);
|
||||||
|
|
Loading…
Reference in New Issue