diff --git a/src/runtime-three/editor-simulation-controller.ts b/src/runtime-three/editor-simulation-controller.ts index b096edca..5a747764 100644 --- a/src/runtime-three/editor-simulation-controller.ts +++ b/src/runtime-three/editor-simulation-controller.ts @@ -325,9 +325,9 @@ export class EditorSimulationController { try { const runtimeScene = this.buildScene(this.document, { - loadedModelAssets: this.loadedModelAssets, - runtimeClock: this.currentClock - }); + loadedModelAssets: this.loadedModelAssets, + runtimeClock: this.currentClock + }); const syncContext = createRuntimeScheduleSyncContext(runtimeScene); this.runtimeScene = syncRuntimeSceneToClock(