mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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 = "";
|
%saveAs = "";
|
||||||
%dlg = new SaveFileDialog()
|
%dlg = new SaveFileDialog()
|
||||||
{
|
{
|
||||||
Filters = "PNG File (*.png)|*.png|";
|
Filters = "PNG File (*.png)|*.png";
|
||||||
DefaultPath = EditorSettings.value("data/");
|
DefaultPath = EditorSettings.value("data/");
|
||||||
ChangePath = false;
|
ChangePath = false;
|
||||||
OverwritePrompt = true;
|
OverwritePrompt = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue