Fix for recent build

This commit is contained in:
SDraw 2025-03-23 16:11:02 +03:00
parent 70a1dcac62
commit b16d82c1f5
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
4 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ namespace ml_lme
m_handRayLeft.generalMask = -269;
m_handRayLeft.isInteractionRay = true;
m_handRayLeft.triggerHoverEvents = false;
m_handRayLeft.holderRoot = m_handRayLeft.gameObject;
//m_handRayLeft.holderRoot = m_handRayLeft.gameObject;
m_handRayLeft.attachmentDistance = 0f;
m_handRayLeft.uiMask = 32;
m_handRayLeft.isDesktopRay = !m_inVR;
@ -61,7 +61,7 @@ namespace ml_lme
m_handRayRight.generalMask = -269;
m_handRayRight.isInteractionRay = true;
m_handRayRight.triggerHoverEvents = false;
m_handRayRight.holderRoot = m_handRayRight.gameObject;
//m_handRayRight.holderRoot = m_handRayRight.gameObject;
m_handRayRight.attachmentDistance = 0f;
m_handRayRight.uiMask = 32;
m_handRayRight.isDesktopRay = !m_inVR;