diff options
Diffstat (limited to 'src/sprite.h')
-rw-r--r-- | src/sprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sprite.h b/src/sprite.h index c31accdd4..75c81b29b 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -61,7 +61,7 @@ class Sprite * Draw the current animation frame at the coordinates given in screen * pixels. */ - virtual bool draw(Graphics *const graphics, + virtual void draw(Graphics *const graphics, const int posX, const int posY) const = 0; /** |