mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +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() {
|
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.
|
||||||
|
|
Loading…
Reference in a new issue