Explorar o código

Editor: Fix const assignment. (#22225)

Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
9b1faf830f
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      editor/js/Sidebar.Material.js

+ 0 - 4
editor/js/Sidebar.Material.js

@@ -378,10 +378,6 @@ function SidebarMaterial( editor ) {
 
 			materialSlotRow.setDisplay( '' );
 
-			if ( material.length === 0 ) return;
-
-			material = material[ currentMaterialSlot ];
-
 		} else {
 
 			materialSlotRow.setDisplay( 'none' );