|
@@ -141,13 +141,13 @@ protected:
|
|
|
/// End time.
|
|
/// End time.
|
|
|
float endTime_;
|
|
float endTime_;
|
|
|
/// Key frames.
|
|
/// Key frames.
|
|
|
- PODVector<VAnimKeyFrame> keyFrames_;
|
|
|
|
|
|
|
+ Vector<VAnimKeyFrame> keyFrames_;
|
|
|
/// Spline tangents.
|
|
/// Spline tangents.
|
|
|
VariantVector splineTangents_;
|
|
VariantVector splineTangents_;
|
|
|
/// Spline tangents dirty.
|
|
/// Spline tangents dirty.
|
|
|
bool splineTangentsDirty_;
|
|
bool splineTangentsDirty_;
|
|
|
/// Event frames.
|
|
/// Event frames.
|
|
|
- PODVector<VAnimEventFrame> eventFrames_;
|
|
|
|
|
|
|
+ Vector<VAnimEventFrame> eventFrames_;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
}
|
|
}
|