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/compoundsprite.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/compoundsprite.h')
-rw-r--r-- | src/compoundsprite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.h b/src/compoundsprite.h index dc9c15366..9d5a42a1b 100644 --- a/src/compoundsprite.h +++ b/src/compoundsprite.h @@ -58,7 +58,7 @@ public: virtual const Image* getImage() const; - virtual bool setDirection(SpriteDirection direction); + virtual bool setSpriteDirection(SpriteDirection direction); int getNumberOfLayers() const; |