mirror of https://github.com/axmolengine/axmol.git
issue #2790:Unify the format
This commit is contained in:
parent
34c0147cf3
commit
85783fff2b
|
@ -74,7 +74,8 @@ bool luavals_variadic_to_ccvector( lua_State* L, int argc, cocos2d::Vector<T>* r
|
|||
return ok;
|
||||
}
|
||||
|
||||
template <class T> bool luaval_to_ccvector(lua_State* L, int lo , cocos2d::Vector<T>* ret)
|
||||
template <class T>
|
||||
bool luaval_to_ccvector(lua_State* L, int lo , cocos2d::Vector<T>* ret)
|
||||
{
|
||||
if (nullptr == L || nullptr == ret)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue