forked from mirror/openmw-tes3mp
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue