From f19480b74090159296be1aa608591123e917dd36 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Sun, 11 May 2008 14:05:59 +0000 Subject: - Aliased rounded squares + stroking. svn-id: r32021 --- graphics/VectorRenderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/VectorRenderer.h') diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h index 1cf7337c84..bed1e337ca 100644 --- a/graphics/VectorRenderer.h +++ b/graphics/VectorRenderer.h @@ -351,7 +351,7 @@ protected: */ virtual void drawLineAlg(int x1, int y1, int x2, int y2, int dx, int dy, PixelType color); virtual void drawCircleAlg(int x, int y, int r, PixelType color, bool fill = false); - virtual void drawRoundedSquareAlg(int x1, int y1, int r, int w, int h, PixelType color, bool fill = false) {} + virtual void drawRoundedSquareAlg(int x1, int y1, int r, int w, int h, PixelType color, bool fill = false); virtual void drawSquareAlg(int x, int y, int w, int h, PixelType color, bool fill = false); PixelType _fgColor; /** Foreground color currently being used to draw on the renderer */ -- cgit v1.2.3