ExtendRealityLtd / VRTK

An example of how to use the Tilia packages to create great content with VRTK v4.
https://www.vrtk.io/
MIT License
3.69k stars 993 forks source link

fix(Locomotion): call correct event on location hover deactivation - fixes #2006 #2007

Closed thestonefox closed 5 years ago

thestonefox commented 5 years ago

The DestinationLocation was calling the HoverActivated event in the EmitHoverDeactivated method which is wrong. The correct event is now being called.