mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 20:53:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ protected:
|
|||
virtual void setValue(Ogre::Real value);
|
||||
};
|
||||
|
||||
struct AnimSource {
|
||||
struct AnimSource : public Ogre::AnimationAllocatedObject {
|
||||
NifOgre::TextKeyMap mTextKeys;
|
||||
std::vector<Ogre::Controller<Ogre::Real> > mControllers[sNumGroups];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue