diff options
Diffstat (limited to 'src/sprite.h')
-rw-r--r-- | src/sprite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sprite.h b/src/sprite.h index 52ac535ca..a9dde8e2b 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -84,7 +84,8 @@ class Sprite * * @returns true if the sprite changed, false otherwise */ - virtual bool setSpriteDirection(const SpriteDirection direction) = 0; + virtual bool setSpriteDirection(const SpriteDirection::Type + direction) = 0; /** * Sets the alpha value of the animated sprite |