Remove allowMissing option in readScenePaths
This commit is contained in:
@@ -2985,7 +2985,7 @@ function readScenePaths(
|
||||
value: unknown,
|
||||
options: { allowMissing: boolean }
|
||||
): SceneDocument["paths"] {
|
||||
if (value === undefined && options.allowMissing) {
|
||||
if (value === undefined) {
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user