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 4edad7b59..9c6401dcb 100644 --- a/src/sprite.h +++ b/src/sprite.h @@ -80,7 +80,7 @@ class Sprite * * @returns true if the sprite changed, false otherwise */ - virtual bool setDirection(SpriteDirection direction) = 0; + virtual bool setSpriteDirection(SpriteDirection direction) = 0; /** * Sets the alpha value of the animated sprite |