mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 04:52:17 +02:00
removed sound from the out
This commit is contained in:
parent
51ef37fd27
commit
275350c2fa
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue