mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-11 21:17:03 +03: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…
Add table
Add a link
Reference in a new issue