This commit is contained in:
muddmaker
2015-05-23 16:06:36 -07:00
parent fbc419fda6
commit 439cc65382
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ public:
* @param b Radius in y-direction
* @param points Number of points to use to draw the circle.
**/
void eclipse(DrawMode mode, float x, float y, float a, float b, int points = 10);
void ellipse(DrawMode mode, float x, float y, float a, float b, int points = 10);
/**
* Draws an arc using the specified arguments.