mirror of https://github.com/axmolengine/axmol.git
issue #2426:Replace table with spaces
This commit is contained in:
parent
f12db807a0
commit
ab4aec0dd3
|
@ -614,7 +614,7 @@ void LuaEngine::extendLuaObject()
|
|||
extendWebsocket(lua_S);
|
||||
extendGLNode(lua_S);
|
||||
extendScrollView(lua_S);
|
||||
extendDrawNode(lua_S);
|
||||
extendDrawNode(lua_S);
|
||||
|
||||
_stack->clean();
|
||||
}
|
||||
|
|
|
@ -145,7 +145,7 @@ private:
|
|||
void extendWebsocket(lua_State* lua_S);
|
||||
void extendGLNode(lua_State* lua_S);
|
||||
void extendScrollView(lua_State* lua_S);
|
||||
void extendDrawNode(lua_State* lua_S);
|
||||
void extendDrawNode(lua_State* lua_S);
|
||||
private:
|
||||
static LuaEngine* _defaultEngine;
|
||||
LuaStack *_stack;
|
||||
|
|
|
@ -1 +1 @@
|
|||
d61cb1b15a1fb49e65ea3294507317376bf182aa
|
||||
2efea3ea5a42e9f65134e21718f66987bfc7d7c7
|
Loading…
Reference in New Issue