diff --git a/File_Format_Library/FileFormats/Texture/BNTX.cs b/File_Format_Library/FileFormats/Texture/BNTX.cs index dcc88e5b..f2a36b37 100644 --- a/File_Format_Library/FileFormats/Texture/BNTX.cs +++ b/File_Format_Library/FileFormats/Texture/BNTX.cs @@ -1086,6 +1086,8 @@ namespace FirstPlugin if (dialog.ShowDialog() == DialogResult.OK) { Text = dialog.textBox1.Text; + if (BinaryTexFile != null) + BinaryTexFile.Name = Text; } } private void Save(object sender, EventArgs args)