LuaHelpers::Push<RageColor>
This commit is contained in:
@@ -58,6 +58,7 @@ namespace LuaHelpers
|
||||
Object.FromStack( L, iOffset );
|
||||
return true;
|
||||
}
|
||||
template<> void Push<RageColor>( lua_State *L, const RageColor &Object ) { Object.PushTable( L ); }
|
||||
}
|
||||
|
||||
static const char *CullModeNames[] =
|
||||
|
||||
Reference in New Issue
Block a user