mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 14:34:02 +02:00
Fix triggered reactions not showing their icon in the emote indicator
This commit is contained in:
parent
177590614e
commit
a086d6fe6d
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ function triggerReactionWrapper(reaction) {
|
|||
});
|
||||
|
||||
MyAvatar.triggerReaction(reaction);
|
||||
updateEmoteIndicatorIcon("images/" + reaction + "_Icon.svg");
|
||||
}
|
||||
|
||||
function maybeClearReticleUpdateLimiterTimeout() {
|
||||
|
|
Loading…
Reference in a new issue