1
0
Fork 0
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:
kcat 2013-05-14 01:18:05 -07:00
commit 81cf2008d7

View file

@ -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];
};