浏览代码

Editor: Clean up.

Mr.doob 4 年之前
父节点
当前提交
f5d1f18539
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/js/Editor.js

+ 1 - 1
editor/js/Editor.js

@@ -604,7 +604,7 @@ Editor.prototype = {
 		this.camera.copy( _DEFAULT_CAMERA );
 		this.signals.cameraResetted.dispatch();
 
-		this.scene.name = "Scene";
+		this.scene.name = 'Scene';
 		this.scene.userData = {};
 		this.scene.background = null;
 		this.scene.environment = null;