|
@@ -32,7 +32,7 @@ namespace oxygine
|
|
|
class AnimationFrame
|
|
class AnimationFrame
|
|
|
{
|
|
{
|
|
|
public:
|
|
public:
|
|
|
- AnimationFrame() : _srcRect(0, 0, 1, 1), _destRect(0, 0, 1, 1), _frameSize(0, 0), _resAnim(0), _row(0), _column(0) {}
|
|
|
|
|
|
|
+ AnimationFrame() : _srcRect(0, 0, 1, 1), _destRect(0, 0, 1, 1), _resAnim(0), _row(0), _column(0) {}
|
|
|
|
|
|
|
|
void init(ResAnim* rs, const Diffuse& df,
|
|
void init(ResAnim* rs, const Diffuse& df,
|
|
|
const RectF& srcRect, const RectF& destRect, const Vector2& frame_size);
|
|
const RectF& srcRect, const RectF& destRect, const Vector2& frame_size);
|