1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-16 23:36:44 +00:00
This commit is contained in:
scrawl 2015-11-11 16:04:17 +01:00
parent c62c1693e9
commit afa590bddb

View file

@ -27,7 +27,7 @@ protected:
bool mEnabled; bool mEnabled;
osg::Quat mRotate; osg::Quat mRotate;
osg::ref_ptr<osg::Node> mRelativeTo; osg::Node* mRelativeTo;
}; };