aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index a49170c56a..4ab5bd5e27 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -223,7 +223,7 @@ public:
void drawSquare(int x, int y, int w, int h, bool fill);
void drawRoundedSquare(int x1, int y1, int r, int w, int h) {
- drawRoundedSquareAlg( x1, y1, r, w, h );
+ drawRoundedSquareAlg(x1, y1, r, w, h);
}
/**