Add default project time settings in scene document migration and test cases
This commit is contained in:
@@ -320,6 +320,7 @@ describe("scene document JSON", () => {
|
||||
const migratedDocument = migrateSceneDocument({
|
||||
version: SCENE_DOCUMENT_VERSION,
|
||||
name: "Legacy Water Settings",
|
||||
time: createDefaultProjectTimeSettings(),
|
||||
world: {
|
||||
...createEmptySceneDocument().world,
|
||||
advancedRendering: {
|
||||
@@ -2349,6 +2350,7 @@ describe("scene document JSON", () => {
|
||||
}
|
||||
}
|
||||
},
|
||||
time: createDefaultProjectTimeSettings(),
|
||||
modelInstances: {},
|
||||
entities: {
|
||||
"shared-id": {
|
||||
|
||||
Reference in New Issue
Block a user