mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Use AnimationAlloc instead of AnimationAllocatedObject
This commit is contained in:
parent
47a9a4cdff
commit
355f653614
@ -51,7 +51,7 @@ protected:
|
|||||||
virtual void setValue(Ogre::Real value);
|
virtual void setValue(Ogre::Real value);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct AnimSource : public Ogre::AnimationAllocatedObject {
|
struct AnimSource : public Ogre::AnimationAlloc {
|
||||||
NifOgre::TextKeyMap mTextKeys;
|
NifOgre::TextKeyMap mTextKeys;
|
||||||
std::vector<Ogre::Controller<Ogre::Real> > mControllers[sNumGroups];
|
std::vector<Ogre::Controller<Ogre::Real> > mControllers[sNumGroups];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user