Style: Clean up editor simulation controller indentation
This commit is contained in:
@@ -325,9 +325,9 @@ export class EditorSimulationController {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const runtimeScene = this.buildScene(this.document, {
|
const runtimeScene = this.buildScene(this.document, {
|
||||||
loadedModelAssets: this.loadedModelAssets,
|
loadedModelAssets: this.loadedModelAssets,
|
||||||
runtimeClock: this.currentClock
|
runtimeClock: this.currentClock
|
||||||
});
|
});
|
||||||
const syncContext = createRuntimeScheduleSyncContext(runtimeScene);
|
const syncContext = createRuntimeScheduleSyncContext(runtimeScene);
|
||||||
|
|
||||||
this.runtimeScene = syncRuntimeSceneToClock(
|
this.runtimeScene = syncRuntimeSceneToClock(
|
||||||
|
|||||||
Reference in New Issue
Block a user