Include time settings in runtime scene build
This commit is contained in:
@@ -846,6 +846,7 @@ export function buildRuntimeSceneFromDocument(document: SceneDocument, options:
|
|||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
time: cloneProjectTimeSettings(document.time),
|
||||||
world: cloneWorldSettings(document.world),
|
world: cloneWorldSettings(document.world),
|
||||||
localLights: collections.localLights,
|
localLights: collections.localLights,
|
||||||
brushes,
|
brushes,
|
||||||
|
|||||||
Reference in New Issue
Block a user