Couple more changes

This commit is contained in:
Zach Fox 2019-08-23 14:40:39 -07:00
parent dfcf70b9b5
commit 98626b564c
2 changed files with 2 additions and 3 deletions

View file

@ -2987,8 +2987,7 @@ var emojiList = [
"shortName": "unamused face",
"keywords": [
"face",
"unamused",
"unhappy"
"unamused"
],
"mainCategory": "Smileys & Emotion",
"subCategory": "face-neutral-skeptical",

View file

@ -314,7 +314,7 @@ function playPopAnimation() {
} else {
// Start with the pop sound on the out
currentPopScale = finalInPopScale ? finalInPopScale : MAX_POP_SCALE;
playSound(emojiDestroySound);
playSound(emojiDestroySound, DEFAULT_VOLUME, MyAvatar.position, true);
}
}