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;