Browse Source

Disable love.graphics.quad

--HG--
branch : minor
Bart van Strien 12 years ago
parent
commit
487584514c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/opengl/wrap_Graphics.cpp

+ 1 - 1
src/modules/graphics/opengl/wrap_Graphics.cpp

@@ -1367,7 +1367,7 @@ static const luaL_Reg functions[] =
 	{ "line", w_line },
 	{ "triangle", w_triangle },
 	{ "rectangle", w_rectangle },
-	{ "quad", w_quad },
+	//{ "quad", w_quad },
 	{ "circle", w_circle },
 	{ "arc", w_arc },