Skip to content

Commit

Permalink
Editor: Temporarily comment out Sicebar.Sene's objectChanged code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 17, 2020
1 parent a595f8c commit 5057626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/js/Sidebar.Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ function SidebarScene( editor ) {

signals.sceneGraphChanged.add( refreshUI );

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

signals.objectSelected.add( function ( object ) {

Expand Down

0 comments on commit 5057626

Please sign in to comment.