mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 14:34:02 +02:00
Couple more changes
This commit is contained in:
parent
dfcf70b9b5
commit
98626b564c
2 changed files with 2 additions and 3 deletions
|
@ -2987,8 +2987,7 @@ var emojiList = [
|
|||
"shortName": "unamused face",
|
||||
"keywords": [
|
||||
"face",
|
||||
"unamused",
|
||||
"unhappy"
|
||||
"unamused"
|
||||
],
|
||||
"mainCategory": "Smileys & Emotion",
|
||||
"subCategory": "face-neutral-skeptical",
|
||||
|
|
|
@ -314,7 +314,7 @@ function playPopAnimation() {
|
|||
} else {
|
||||
// Start with the pop sound on the out
|
||||
currentPopScale = finalInPopScale ? finalInPopScale : MAX_POP_SCALE;
|
||||
playSound(emojiDestroySound);
|
||||
playSound(emojiDestroySound, DEFAULT_VOLUME, MyAvatar.position, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue