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", "shortName": "unamused face",
"keywords": [ "keywords": [
"face", "face",
"unamused", "unamused"
"unhappy"
], ],
"mainCategory": "Smileys & Emotion", "mainCategory": "Smileys & Emotion",
"subCategory": "face-neutral-skeptical", "subCategory": "face-neutral-skeptical",

View file

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