diff --git a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript index cf4ac6e40..f0d99d579 100644 --- a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript +++ b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript @@ -2551,7 +2551,7 @@ function MaterialEditorGui::saveCompositeMap(%this) %saveAs = ""; %dlg = new SaveFileDialog() { - Filters = "PNG File (*.png)|*.png|"; + Filters = "PNG File (*.png)|*.png"; DefaultPath = EditorSettings.value("data/"); ChangePath = false; OverwritePrompt = true;