Browse Source

Editor: Clean up.

Mr.doob 4 năm trước cách đây
mục cha
commit
f5d1f18539
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;