Skip to content

Commit 365a1dd

Browse files
authored
Editor: Fixed size and sizeAttenuation UI visibility handling (mrdoob#21422)
1 parent 54c44a0 commit 365a1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/js/Sidebar.Material.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,8 +1273,8 @@ function SidebarMaterial( editor ) {
12731273
'emissiveMap': materialEmissiveMapRow,
12741274
'gradientMap': materialGradientMapRow,
12751275
'side': materialSideRow,
1276-
'size': materialSize,
1277-
'sizeAttenuation': materialSizeAttenuation,
1276+
'size': materialSizeRow,
1277+
'sizeAttenuation': materialSizeAttenuationRow,
12781278
'flatShading': materialShadingRow,
12791279
'blending': materialBlendingRow,
12801280
'opacity': materialOpacityRow,

0 commit comments

Comments
 (0)