Fixes for 2024r175ex1

This commit is contained in:
SDraw 2024-04-05 00:47:21 +03:00
parent 17bc85b6cb
commit 94497c4ecf
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
13 changed files with 20 additions and 20 deletions

View file

@ -431,12 +431,12 @@ namespace ml_lme
{
if(p_pickup.gripType == CVRPickupObject.GripType.Origin)
{
if(p_pickup._controllerRay == m_handRayLeft)
if(p_pickup.ControllerRay == m_handRayLeft)
{
m_handRayLeft.attachmentPoint.localPosition = Vector3.zero;
m_handRayLeft.attachmentPoint.localRotation = Quaternion.Euler(0f, 0f, 270f);
}
if(p_pickup._controllerRay == m_handRayRight)
if(p_pickup.ControllerRay == m_handRayRight)
{
m_handRayRight.attachmentPoint.localPosition = Vector3.zero;
m_handRayRight.attachmentPoint.localRotation = Quaternion.Euler(0f, 0f, 90f);