mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Fix for recent build
This commit is contained in:
parent
70a1dcac62
commit
b16d82c1f5
4 changed files with 5 additions and 5 deletions
|
@ -426,7 +426,7 @@ namespace ml_pam
|
|||
|
||||
void OnPickupGrab(CVRPickupObject p_pickup, Vector3 p_hit)
|
||||
{
|
||||
if(p_pickup.IsGrabbedByMe && (p_pickup.ControllerRay == ViewManager.Instance.desktopControllerRay))
|
||||
if(p_pickup.IsGrabbedByMe && (p_pickup.ControllerRay == PlayerSetup.Instance.desktopRay))
|
||||
{
|
||||
m_pickup = p_pickup;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue