auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -3432,11 +3432,16 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
|||||||
editorSimulationControllerRef.current = new EditorSimulationController();
|
editorSimulationControllerRef.current = new EditorSimulationController();
|
||||||
}
|
}
|
||||||
const editorSimulationController = editorSimulationControllerRef.current;
|
const editorSimulationController = editorSimulationControllerRef.current;
|
||||||
|
const editorValidationOptions = {
|
||||||
|
terrainSampleValues: "skip" as const
|
||||||
|
};
|
||||||
const documentValidation = validateSceneDocumentLocalBuildContent(
|
const documentValidation = validateSceneDocumentLocalBuildContent(
|
||||||
editorState.document
|
editorState.document,
|
||||||
|
editorValidationOptions
|
||||||
);
|
);
|
||||||
const projectValidation = validateProjectDocument(
|
const projectValidation = validateProjectDocument(
|
||||||
editorState.projectDocument
|
editorState.projectDocument,
|
||||||
|
editorValidationOptions
|
||||||
);
|
);
|
||||||
const projectSchedulingValidation = validateProjectSchedulingResources(
|
const projectSchedulingValidation = validateProjectSchedulingResources(
|
||||||
editorState.projectDocument
|
editorState.projectDocument
|
||||||
|
|||||||
Reference in New Issue
Block a user