diff --git a/src/runtime-three/editor-simulation-controller.ts b/src/runtime-three/editor-simulation-controller.ts index 5a747764..513f0ffa 100644 --- a/src/runtime-three/editor-simulation-controller.ts +++ b/src/runtime-three/editor-simulation-controller.ts @@ -349,6 +349,9 @@ export class EditorSimulationController { private syncRuntimeSceneToCurrentClock() { if (this.runtimeScene === null || this.currentClock === null) { + if (this.currentClock !== null) { + this.frameVersion += 1; + } this.emitFrame(); return; }