Skip to content

Commit 3ac996b

Browse files
committed
more minor cleanups
1 parent 1950b2f commit 3ac996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/TexturesUnlimitedTools/TextureConvertWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private string getDDSCommand(string inputFile, string outputFile, int format)
7979
string formatString = format == 6 ? "5nm" : format.ToString();
8080
//output format
8181
builder.Append("-dxt").Append(formatString);
82-
MessageBox.Show("NVDXT Command: " + builder.ToString());
82+
//MessageBox.Show("NVDXT Command: " + builder.ToString());
8383
return builder.ToString();
8484
}
8585

0 commit comments

Comments
 (0)