diff --git a/engine/core/Engine.ts b/engine/core/Engine.ts index e14d97e..7507559 100644 --- a/engine/core/Engine.ts +++ b/engine/core/Engine.ts @@ -119,6 +119,7 @@ export class Engine { this.videoManager.onEnd(() => { if (this.loopActive && scene.loopEnd) { this.videoManager.seekTo(scene.loopStart!) + this.videoManager.getActiveVideoElement()?.play().catch(() => {}) return } if (scene.loopStart && !this.loopActive) {