grip button fix

This commit is contained in:
Dante Ruiz 2016-12-01 00:17:03 +00:00
parent 19b5e7cd86
commit dc7bb5b083

View file

@ -2346,6 +2346,7 @@ function MyController(hand) {
this.callEntityMethodOnGrabbed("releaseEquip");
}
// Make a small release haptic pulse if we really were holding something
Controller.triggerHapticPulse(HAPTIC_PULSE_STRENGTH, HAPTIC_PULSE_DURATION, this.hand);