Browse Source

Editor: Fixed outliner.

Mr.doob 12 years ago
parent
commit
f3aed4ce81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Sidebar.Scene.js

+ 1 - 1
editor/js/Sidebar.Scene.js

@@ -107,7 +107,7 @@ Sidebar.Scene = function ( signals ) {
 
 	function updateOutliner() {
 
-		var id = parseInt( outliner.getValue() );
+		var id = outliner.getValue();
 
 		scene.traverse( function ( node ) {