Parcourir la source

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

Mr.doob il y a 5 ans
Parent
commit
5057626361
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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 ) {