Explorar o código

Editor: Temporarily comment out Sicebar.Sene's objectChanged code.

Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
5057626361
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      editor/js/Sidebar.Scene.js

+ 2 - 0
editor/js/Sidebar.Scene.js

@@ -436,6 +436,7 @@ function SidebarScene( editor ) {
 
 	signals.sceneGraphChanged.add( refreshUI );
 
+	/*
 	signals.objectChanged.add( function ( object ) {
 
 		var options = outliner.options;
@@ -454,6 +455,7 @@ function SidebarScene( editor ) {
 		}
 
 	} );
+	*/
 
 	signals.objectSelected.add( function ( object ) {