mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 03:06:39 +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") {
|
if (popType === "in") {
|
||||||
currentPopScale = MIN_POP_SCALE;
|
currentPopScale = MIN_POP_SCALE;
|
||||||
} else {
|
} else {
|
||||||
// Start with the pop sound on the out
|
|
||||||
currentPopScale = finalInPopScale ? finalInPopScale : MAX_POP_SCALE;
|
currentPopScale = finalInPopScale ? finalInPopScale : MAX_POP_SCALE;
|
||||||
playSound(emojiDestroySound, DEFAULT_VOLUME, MyAvatar.position, true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue