Forráskód Böngészése

Editor: Clean up.

Mr.doob 4 éve
szülő
commit
f5d1f18539
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.camera.copy( _DEFAULT_CAMERA );
 		this.signals.cameraResetted.dispatch();
 		this.signals.cameraResetted.dispatch();
 
 
-		this.scene.name = "Scene";
+		this.scene.name = 'Scene';
 		this.scene.userData = {};
 		this.scene.userData = {};
 		this.scene.background = null;
 		this.scene.background = null;
 		this.scene.environment = null;
 		this.scene.environment = null;