Style: Clean up editor simulation controller indentation

This commit is contained in:
2026-04-27 16:30:17 +02:00
parent 6628019296
commit 0ef050e384

View File

@@ -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(