auto-git:
[change] src/document/scene-document-validation.ts
This commit is contained in:
@@ -370,12 +370,14 @@ function validateWorldSettings(
|
|||||||
validateWorldTimePhaseProfile(
|
validateWorldTimePhaseProfile(
|
||||||
world.timeOfDay.dawn,
|
world.timeOfDay.dawn,
|
||||||
diagnostics,
|
diagnostics,
|
||||||
|
document,
|
||||||
"world.timeOfDay.dawn",
|
"world.timeOfDay.dawn",
|
||||||
"dawn"
|
"dawn"
|
||||||
);
|
);
|
||||||
validateWorldTimePhaseProfile(
|
validateWorldTimePhaseProfile(
|
||||||
world.timeOfDay.dusk,
|
world.timeOfDay.dusk,
|
||||||
diagnostics,
|
diagnostics,
|
||||||
|
document,
|
||||||
"world.timeOfDay.dusk",
|
"world.timeOfDay.dusk",
|
||||||
"dusk"
|
"dusk"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user