Переглянути джерело

Make sure no global variables are created

gero3 8 роки тому
батько
коміт
cb1413e7f1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      editor/js/Sidebar.Material.js

+ 1 - 1
editor/js/Sidebar.Material.js

@@ -517,7 +517,7 @@ Sidebar.Material = function ( editor ) {
 
 
 		if ( currentMaterialSlot !== previousSelectedSlot ) refreshUI( true );
 		if ( currentMaterialSlot !== previousSelectedSlot ) refreshUI( true );
 
 
-		material = editor.getObjectMaterial( currentObject, currentMaterialSlot )
+		var material = editor.getObjectMaterial( currentObject, currentMaterialSlot )
 
 
 		var textureWarning = false;
 		var textureWarning = false;
 		var objectHasUvs = false;
 		var objectHasUvs = false;