From 09ed781f6623dbbfdfe1ab0a6c57d51b03c8a7d9 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Fri, 3 Jun 2011 17:04:35 -0500 Subject: [PATCH] tabs for indentation, not spaces (dammit Xcode) --- src/modules/graphics/opengl/Graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/graphics/opengl/Graphics.h b/src/modules/graphics/opengl/Graphics.h index ccde3ff85..6e0e1ae92 100644 --- a/src/modules/graphics/opengl/Graphics.h +++ b/src/modules/graphics/opengl/Graphics.h @@ -477,7 +477,7 @@ namespace opengl * @param angle2 The angle at which the arc terminates. * @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.