1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:09:41 +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];
};