Skip to content

Commit 5031627

Browse files
committed
fix: small video quality boost
1 parent fb381f6 commit 5031627

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

src/scripts/objects/TV.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default class TV {
2626
this.video.muted = true;
2727
this.video.playsInline = true;
2828
this.video.src = "video/jerma_the_saga.mp4";
29-
this.video.load();
3029

3130
this.videoTexture = new THREE.VideoTexture(this.video);
3231
this.videoTexture.colorSpace = THREE.SRGBColorSpace;

static/video/jerma_the_saga.mp4

1.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)