From f37cfb11a36a8a244da612087620e05bcc69813a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 1 May 2026 17:43:41 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index b9a7e84c..732afe9e 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3432,11 +3432,16 @@ export function App({ store, initialStatusMessage }: AppProps) { editorSimulationControllerRef.current = new EditorSimulationController(); } const editorSimulationController = editorSimulationControllerRef.current; + const editorValidationOptions = { + terrainSampleValues: "skip" as const + }; const documentValidation = validateSceneDocumentLocalBuildContent( - editorState.document + editorState.document, + editorValidationOptions ); const projectValidation = validateProjectDocument( - editorState.projectDocument + editorState.projectDocument, + editorValidationOptions ); const projectSchedulingValidation = validateProjectSchedulingResources( editorState.projectDocument