Explorar o código

Editor: Fixed outliner.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
f3aed4ce81
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {