Closed NilsBernatzki closed 5 years ago
Your great naming conventions make this bug quite obvious.
GitHub; VRTK v4 beta; master commit hash: d040e36ce05d63f97806984154635ff153c65d99
Call the DestinationLocationConfigurator EmitHoverDeativated() function.
The Facade's HoverActivated event fires, instead of its HoverDeactivated.
The EmitHoverDeactivated() function emits the HoverDeactivated event.
The EmitHoverDeactivated() function invokes the HoverActivated event.
Good spot, I'll update it so it calls the correct behaviour
PR with fix: https://github.com/ExtendRealityLtd/VRTK/pull/2007
Pre-check
Your great naming conventions make this bug quite obvious.
Environment
GitHub; VRTK v4 beta; master commit hash: d040e36ce05d63f97806984154635ff153c65d99
Steps to reproduce
Call the DestinationLocationConfigurator EmitHoverDeativated() function.
The Facade's HoverActivated event fires, instead of its HoverDeactivated.
Expected behavior
The EmitHoverDeactivated() function emits the HoverDeactivated event.
Current behavior
The EmitHoverDeactivated() function invokes the HoverActivated event.