diff options
Diffstat (limited to 'src/simpleanimation.cpp')
-rw-r--r-- | src/simpleanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index f9966d83f..63ec812a9 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -68,6 +68,7 @@ SimpleAnimation::~SimpleAnimation() bool SimpleAnimation::draw(Graphics *const graphics, const int posX, const int posY) const { + FUNC_BLOCK("SimpleAnimation::draw", 1) if (!mCurrentFrame || !mCurrentFrame->image) return false; |