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;