sebavan 6 năm trước cách đây
mục cha
commit
6c43d5bea3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;