Fix love.graphics.circle (thanks xenthral!)

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-07-25 08:05:46 -03:00
parent 2eb9b3bdcd
commit d578c35f4a
+1 -1
View File
@@ -1136,7 +1136,7 @@ void Graphics::ellipse(DrawMode mode, float x, float y, float a, float b, int po
coords[points] = coords[0];
polygon(mode, coords, (points + 1) * 2);
polygon(mode, coords, points + 1);
}
void Graphics::ellipse(DrawMode mode, float x, float y, float a, float b)