mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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);
|
MyAvatar.triggerReaction(reaction);
|
||||||
|
updateEmoteIndicatorIcon("images/" + reaction + "_Icon.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
function maybeClearReticleUpdateLimiterTimeout() {
|
function maybeClearReticleUpdateLimiterTimeout() {
|
||||||
|
|
Loading…
Reference in a new issue