auto-git:

[change] src/document/scene-document-validation.ts
This commit is contained in:
2026-05-12 23:53:31 +02:00
parent d5107bc037
commit b4f0a89ce0

View File

@@ -8181,7 +8181,7 @@ export function validateSceneDocument(
}
registerAuthoredId(pathValue.id, path, seenIds, diagnostics);
validateScenePath(pathValue, path, diagnostics);
validateScenePath(pathValue, path, document, diagnostics);
}
for (const [terrainKey, terrain] of Object.entries(document.terrains)) {