From 0289090c3496b65c6142ab9955db99f29740d1aa Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Thu, 22 Apr 2021 20:02:21 -0500 Subject: [PATCH] minor cleanup --- .../game/tools/materialEditor/scripts/materialEditor.ed.tscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;