Merge pull request #7 from scrawl/animations

Fix a compile error, OGRE_NEW only works for classes derived from Alloca...
pull/16/head
kcat 12 years ago
commit 81cf2008d7

@ -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…
Cancel
Save