mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 19:09:23 +00:00
Fixes for 2024r175ex1
This commit is contained in:
parent
17bc85b6cb
commit
94497c4ecf
13 changed files with 20 additions and 20 deletions
|
@ -376,9 +376,9 @@ namespace ml_pam
|
|||
SetEnabled(m_enabled);
|
||||
}
|
||||
|
||||
internal void OnPickupGrab(CVRPickupObject p_pickup, ControllerRay p_ray, Vector3 p_hit)
|
||||
internal void OnPickupGrab(CVRPickupObject p_pickup, Vector3 p_hit)
|
||||
{
|
||||
if(p_ray == ViewManager.Instance.desktopControllerRay)
|
||||
if(p_pickup.ControllerRay == ViewManager.Instance.desktopControllerRay)
|
||||
{
|
||||
m_pickup = p_pickup;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue