Browse Source

Fix issue #517: Removing love.graphics.triangle

--HG--
branch : minor
vrld 12 years ago
parent
commit
af922e93e8
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

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