diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h index 5e39d510..bd68a79f 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -180,8 +180,8 @@ class Graphics : public gcn::SDLGraphics * Draws a rectangle using images. 4 corner images, 4 side images and 1 * image for the inside. */ - inline void drawImageRect(const gcn::Rectangle &area, - const ImageRect &imgRect) + void drawImageRect(const gcn::Rectangle &area, + const ImageRect &imgRect) { drawImageRect(area.x, area.y, area.width, area.height, imgRect); } |