diff options
-rw-r--r-- | src/animatedsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animatedsprite.cpp b/src/animatedsprite.cpp index 34ea60f4..92c4e3f3 100644 --- a/src/animatedsprite.cpp +++ b/src/animatedsprite.cpp @@ -195,7 +195,7 @@ AnimatedSprite::setDirection(SpriteDirection direction) int AnimatedSprite::getWidth() const { - return mframe ? mFrame->image->getWidth() : 0; + return mFrame ? mFrame->image->getWidth() : 0; } int |