mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 20:00:56 +00:00
minor cleanup
This commit is contained in:
parent
fadafbfa1b
commit
0289090c34
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue