dmuratshin 10 年之前
父节点
当前提交
4bfa36668a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      oxygine/src/Box9Sprite.cpp

+ 1 - 0
oxygine/src/Box9Sprite.cpp

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