mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Fixes for 2024r175ex1
This commit is contained in:
parent
17bc85b6cb
commit
94497c4ecf
13 changed files with 20 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue