dmuratshin 10 years ago
parent
commit
4bfa36668a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      oxygine/src/Box9Sprite.cpp

+ 1 - 0
oxygine/src/Box9Sprite.cpp

@@ -120,6 +120,7 @@ namespace oxygine
             if (!attr.empty())
                 _horzMode = (StretchMode)attr.as_uint();
         }
+        _Sprite::animFrameChanged(f);
     }
 
     RectF Box9Sprite::getDestRect() const