Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix error in latest Udon SDK, breaking compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanLaser committed Jan 20, 2021
1 parent 50aec3c commit c1d66e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyanEmu/Scripts/VRCSDK3/CyanEmuUdonHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public float GetProximity()

public bool CanInteract()
{
return udonbehaviour_.HasInteractiveEvents;
return udonbehaviour_.IsInteractive;
}

public string GetInteractText()
Expand Down

0 comments on commit c1d66e5

Please sign in to comment.