mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
More Quad code cleanup
This commit is contained in:
@@ -71,7 +71,7 @@ static const luaL_Reg w_Quad_functions[] =
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
extern "C" int luaopen_frame(lua_State *L)
|
||||
extern "C" int luaopen_quad(lua_State *L)
|
||||
{
|
||||
return luax_register_type(L, "Quad", w_Quad_functions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user