mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
Leak fix
This commit is contained in:
parent
c62c1693e9
commit
afa590bddb
@ -27,7 +27,7 @@ protected:
|
|||||||
|
|
||||||
bool mEnabled;
|
bool mEnabled;
|
||||||
osg::Quat mRotate;
|
osg::Quat mRotate;
|
||||||
osg::ref_ptr<osg::Node> mRelativeTo;
|
osg::Node* mRelativeTo;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user