mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
tabs for indentation, not spaces (dammit Xcode)
This commit is contained in:
@@ -477,7 +477,7 @@ namespace opengl
|
|||||||
* @param angle2 The angle at which the arc terminates.
|
* @param angle2 The angle at which the arc terminates.
|
||||||
* @param points Number of points to use to draw the arc.
|
* @param points Number of points to use to draw the arc.
|
||||||
**/
|
**/
|
||||||
void arc(DrawMode mode, float x, float y, float radius, float angle1, float angle2, int points = 10);
|
void arc(DrawMode mode, float x, float y, float radius, float angle1, float angle2, int points = 10);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Draws a polygon with an arbitrary number of vertices.
|
* Draws a polygon with an arbitrary number of vertices.
|
||||||
|
|||||||
Reference in New Issue
Block a user