فهرست منبع

Fix another typo.

muddmaker 10 سال پیش
والد
کامیت
dd41ccfbf7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 },