From 275350c2fa7f7ba1de0ab07e866f16eb72d905b1 Mon Sep 17 00:00:00 2001 From: milad Date: Wed, 11 Sep 2019 12:38:29 -0700 Subject: [PATCH] removed sound from the out --- .../simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js b/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js index 1b16843b09..4363f5d899 100644 --- a/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js +++ b/scripts/simplifiedUI/simplifiedEmote/emojiApp/simplifiedEmoji.js @@ -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); } }