mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Play whoosh sound before deletion
The sound "whoosh" is now played before calling the notification deletion. Previously it was called after and the effect was a bit wasted by this.
This commit is contained in:
parent
4a49631007
commit
425cd51cd6
1 changed files with 1 additions and 1 deletions
|
@ -75,9 +75,9 @@
|
|||
var hipsPosition = MyAvatar.getJointPosition("Hips");
|
||||
var eyesRelativeHeight = eyesPosition.y - hipsPosition.y;
|
||||
if (myLeftHand.translation.y > eyesRelativeHeight || myRightHand.translation.y > eyesRelativeHeight) {
|
||||
audioFeedback.action();
|
||||
deleteAllExistingNotificationsDisplayed();
|
||||
notifications = [];
|
||||
audioFeedback.action();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue