mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 20:35:48 -04:00
silenced a warning (potentially unintialised variable)
This commit is contained in:
parent
ae5de0cb2b
commit
e69687b0f2
@ -18,6 +18,8 @@ struct KeyT {
|
|||||||
float mTension; // Only for TBC interpolation
|
float mTension; // Only for TBC interpolation
|
||||||
float mBias; // Only for TBC interpolation
|
float mBias; // Only for TBC interpolation
|
||||||
float mContinuity; // Only for TBC interpolation
|
float mContinuity; // Only for TBC interpolation
|
||||||
|
|
||||||
|
KeyT() : mTension (0), mBias (0), mContinuity (0) {}
|
||||||
};
|
};
|
||||||
typedef KeyT<float> FloatKey;
|
typedef KeyT<float> FloatKey;
|
||||||
typedef KeyT<Ogre::Vector3> Vector3Key;
|
typedef KeyT<Ogre::Vector3> Vector3Key;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user