@@ -305,6 +305,8 @@ export default {
this.info.scenes[0],
newScene
);
+ //新建时开天空mask
+ this.info.scenes[0].customMask.sky.isShow = true
} else {
this.info.scenes.push(newScene);
}