mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 16:45:17 -04:00
Merge pull request #7 from scrawl/animations
Fix a compile error, OGRE_NEW only works for classes derived from Alloca...
This commit is contained in:
commit
81cf2008d7
@ -51,7 +51,7 @@ protected:
|
|||||||
virtual void setValue(Ogre::Real value);
|
virtual void setValue(Ogre::Real value);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct AnimSource {
|
struct AnimSource : public Ogre::AnimationAllocatedObject {
|
||||||
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