2
0
muddmaker 10 жил өмнө
parent
commit
dd41ccfbf7

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

@@ -1807,7 +1807,7 @@ static const luaL_Reg functions[] =
 	{ "line", w_line },
 	{ "rectangle", w_rectangle },
 	{ "circle", w_circle },
-	{ "eclipse", w_ellipse },
+	{ "ellipse", w_ellipse },
 	{ "arc", w_arc },
 	{ "roundedRectangle", w_roundedRectangle },