Skip to content

Commit

Permalink
Editor: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 22, 2024
1 parent 1cc0bfe commit 464170a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/js/Sidebar.Project.Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ function SidebarProjectImage( editor ) {
shadingRow.add( new UIText( strings.getKey( 'sidebar/project/shading' ) ).setClass( 'Label' ) );

const shadingTypeSelect = new UISelect().setOptions( {
0: 'SOLID / WebGLRenderer',
1: 'REALISTIC / WebGLPathTracer'
0: 'SOLID',
1: 'REALISTIC'
} ).setWidth( '170px' ).setTextTransform( 'unset' ).onChange( refreshShadingRow ).setValue( 0 );
shadingRow.add( shadingTypeSelect );

Expand Down

0 comments on commit 464170a

Please sign in to comment.