Skip to content

Commit

Permalink
shows Shadow Intensity field only if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed Jun 10, 2024
1 parent 8eccd73 commit 75b2200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/Sidebar.Object.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ function SidebarObject( editor ) {
'decay': objectDecayRow,
'castShadow': objectShadowRow,
'receiveShadow': objectReceiveShadow,
'shadow': [ objectShadowBiasRow, objectShadowNormalBiasRow, objectShadowRadiusRow ]
'shadow': [ objectShadowIntensityRow, objectShadowBiasRow, objectShadowNormalBiasRow, objectShadowRadiusRow ]
};

for ( const property in properties ) {
Expand Down

0 comments on commit 75b2200

Please sign in to comment.