mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
Leak fix
This commit is contained in:
parent
c62c1693e9
commit
afa590bddb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ protected:
|
|||
|
||||
bool mEnabled;
|
||||
osg::Quat mRotate;
|
||||
osg::ref_ptr<osg::Node> mRelativeTo;
|
||||
osg::Node* mRelativeTo;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue