Fix triggered reactions not showing their icon in the emote indicator

This commit is contained in:
Zach Fox 2019-08-22 11:54:28 -07:00
parent 177590614e
commit a086d6fe6d

View file

@ -256,6 +256,7 @@ function triggerReactionWrapper(reaction) {
});
MyAvatar.triggerReaction(reaction);
updateEmoteIndicatorIcon("images/" + reaction + "_Icon.svg");
}
function maybeClearReticleUpdateLimiterTimeout() {