From 0ef050e384fa284c8600e1b4dcace4f668a135e4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 27 Apr 2026 16:30:17 +0200 Subject: [PATCH] Style: Clean up editor simulation controller indentation --- src/runtime-three/editor-simulation-controller.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(