Przeglądaj źródła

Fix another typo.

muddmaker 10 lat temu
rodzic
commit
dd41ccfbf7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/modules/graphics/opengl/wrap_Graphics.cpp

+ 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 },