diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 23:21:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-18 23:21:31 +0300 |
commit | b5589bc5a7f426fa067e3800db1b138852c75286 (patch) | |
tree | 1d73adc5790923a0d848754202743de29a60467f /src/sprite.h | |
parent | 71ba93abb9436eabc9fed8e4e49ab5cdee47bb38 (diff) | |
download | plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.gz plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.bz2 plus-b5589bc5a7f426fa067e3800db1b138852c75286.tar.xz plus-b5589bc5a7f426fa067e3800db1b138852c75286.zip |
Rename sprites method setDirection to setSpriteDirection.
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 |