More Quad code cleanup

This commit is contained in:
Alex Szpakowski
2013-03-11 22:46:25 -03:00
parent 17bcab4f32
commit 94f140454f
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -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);
}