diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-30 16:03:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-30 16:03:18 (GMT) |
| commit | 1d297cb57a338f2a9e34d0f16642afc6a83c1041 (patch) | |
| tree | 7d5514be702ff98f9b1e53eecdbf0c67096d76f6 /src/game/EllipseBrush.h | |
| parent | 259fc2bcf75d754af043a5d3fa39b6ee0c0b1dec (diff) | |
| download | powder-1d297cb57a338f2a9e34d0f16642afc6a83c1041.zip powder-1d297cb57a338f2a9e34d0f16642afc6a83c1041.tar.gz | |
Line and rect drawing
Diffstat (limited to 'src/game/EllipseBrush.h')
| -rw-r--r-- | src/game/EllipseBrush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/EllipseBrush.h b/src/game/EllipseBrush.h index 7e5825b..2f2f815 100644 --- a/src/game/EllipseBrush.h +++ b/src/game/EllipseBrush.h @@ -19,7 +19,7 @@ public: }; //Draw the brush outline onto the screen - virtual void Render(Graphics * g, ui::Point position) + virtual void RenderPoint(Graphics * g, ui::Point position) { if(!bitmap) GenerateBitmap(); |
