mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 20:22:27 +02:00
made correction
This commit is contained in:
parent
5c6ea082db
commit
c0da46453b
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ function setAwayProperties() {
|
|||
|
||||
function setActiveProperties() {
|
||||
isAway = false;
|
||||
if ((Audio.muted === true) && (wasMuted === false)) {
|
||||
if (Audio.muted && !wasMuted) {
|
||||
Audio.muted = false;
|
||||
}
|
||||
MyAvatar.setEnableMeshVisible(true); // IWBNI we respected Developer->Avatar->Draw Mesh setting.
|
||||
|
|
Loading…
Reference in a new issue