sebavan 6 سال پیش
والد
کامیت
6c43d5bea3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Materials/Textures/videoTexture.ts

+ 1 - 1
src/Materials/Textures/videoTexture.ts

@@ -197,7 +197,7 @@ export class VideoTexture extends Texture {
             let oldHandler = this.video.onplaying;
             let error = false;
             let oldMuted = this.video.muted;
-            this.video.muted = false;
+            this.video.muted = true;
             this.video.onplaying = () => {
                 this.video.muted = oldMuted;
                 this.video.onplaying = oldHandler;