mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
Merge pull request #11243 from SamGondelman/sharks
Fix ray pick crash on shutdown
This commit is contained in:
commit
4d7700b774
1 changed files with 1 additions and 1 deletions
|
@ -702,8 +702,8 @@ private:
|
|||
bool _saveAvatarOverrideUrl { false };
|
||||
QObject* _renderEventHandler{ nullptr };
|
||||
|
||||
LaserPointerManager _laserPointerManager;
|
||||
RayPickManager _rayPickManager;
|
||||
LaserPointerManager _laserPointerManager;
|
||||
|
||||
friend class RenderEventHandler;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue