Skip to content

Commit

Permalink
clean (#28251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw authored May 2, 2024
1 parent 9287a98 commit 5a6eb7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/js/Sidebar.Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ function SidebarScene( editor ) {
} else {

backgroundType.setValue( 'None' );
backgroundTexture.setValue( null );
backgroundEquirectangularTexture.setValue( null );

}

Expand All @@ -438,6 +440,7 @@ function SidebarScene( editor ) {
} else {

environmentType.setValue( 'None' );
environmentEquirectangularTexture.setValue( null );

}

Expand Down

0 comments on commit 5a6eb7a

Please sign in to comment.