From d9a77eb8ac5d507665cbf8b20f5d8187148ebfd1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 14 Dec 2013 16:59:21 +0300 Subject: Improve a bit separate images drawing. --- src/simpleanimation.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/simpleanimation.cpp') diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index bb120dee7..b1efc16e5 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -29,6 +29,7 @@ #include "resources/animation.h" #include "resources/dye.h" +#include "resources/image.h" #include "resources/imageset.h" #include "resources/resourcemanager.h" @@ -78,9 +79,9 @@ bool SimpleAnimation::draw(Graphics *const graphics, if (!mCurrentFrame || !mCurrentFrame->image) return false; - return graphics->drawImage(mCurrentFrame->image, - posX + mCurrentFrame->offsetX, - posY + mCurrentFrame->offsetY); + DRAW_IMAGE(graphics, mCurrentFrame->image, + posX + mCurrentFrame->offsetX, posY + mCurrentFrame->offsetY); + return true; } void SimpleAnimation::reset() -- cgit v1.2.3-70-g09d2