mirror of https://github.com/axmolengine/axmol.git
Sync lua binding
This commit is contained in:
parent
e537683b3f
commit
29d21add67
|
@ -56366,16 +56366,6 @@ int lua_cocos2dx_LabelAtlas_create(lua_State* tolua_S)
|
|||
} while (0);
|
||||
ok = true;
|
||||
do
|
||||
{
|
||||
if (argc == 0)
|
||||
{
|
||||
cocos2d::LabelAtlas* ret = cocos2d::LabelAtlas::create();
|
||||
object_to_luaval<cocos2d::LabelAtlas>(tolua_S, "cc.LabelAtlas",(cocos2d::LabelAtlas*)ret);
|
||||
return 1;
|
||||
}
|
||||
} while (0);
|
||||
ok = true;
|
||||
do
|
||||
{
|
||||
if (argc == 2)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue