diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index f22e927f0..146ce9a1a 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -120,6 +120,7 @@ bool CompoundSprite::update(int time) bool CompoundSprite::draw(Graphics *graphics, int posX, int posY) const { + FUNC_BLOCK("CompoundSprite::draw", 1) if (mNeedsRedraw) updateImages(); |