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