made correction

This commit is contained in:
Angus Antley 2019-04-30 14:34:10 -07:00
parent 5c6ea082db
commit c0da46453b

View file

@ -223,7 +223,7 @@ function setAwayProperties() {
function setActiveProperties() { function setActiveProperties() {
isAway = false; isAway = false;
if ((Audio.muted === true) && (wasMuted === false)) { if (Audio.muted && !wasMuted) {
Audio.muted = false; Audio.muted = false;
} }
MyAvatar.setEnableMeshVisible(true); // IWBNI we respected Developer->Avatar->Draw Mesh setting. MyAvatar.setEnableMeshVisible(true); // IWBNI we respected Developer->Avatar->Draw Mesh setting.