removed sound from the out

This commit is contained in:
milad 2019-09-11 12:38:29 -07:00
parent 51ef37fd27
commit 275350c2fa

View file

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