diff --git a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.cs b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.cs index 2803f201c..1b7951190 100644 --- a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.cs +++ b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.cs @@ -2578,7 +2578,7 @@ function MaterialEditorGui::saveCompositeMap(%this) %metal = %material.metalChan[%layer]; %channelKey = %roughness SPC %ao SPC %metal SPC 0; - error("Storing: \"" @ %roughMap @"\" \""@ %aoMap @"\" \""@ %metalMap @"\" \""@ %channelKey @"\" \""@ %saveAs @"\""); - saveCompositeTexture(%roughMap,%aoMap,%metalMap,"",%channelKey, %saveAs); + error("Storing: \"" @ %aoMap @"\" \""@ %roughMap @"\" \""@ %metalMap @"\" \""@ %channelKey @"\" \""@ %saveAs @"\""); + saveCompositeTexture(%aoMap,%roughMap,%metalMap,"",%channelKey, %saveAs); %dlg.delete(); }