move file

This commit is contained in:
Perfare
2020-03-14 16:06:21 +08:00
parent 948e2c4d92
commit 5b96a29cca
6 changed files with 12 additions and 8 deletions

View File

@ -4,6 +4,7 @@ using System.IO;
using System.Linq;
using System.Text;
using AssetStudio;
using TGASharpLib;
namespace AssetStudioGUI
{
@ -41,7 +42,7 @@ namespace AssetStudioGUI
return false;
if (tga)
{
TGASharpLib.TGA file = new TGASharpLib.TGA(bitmap);
var file = new TGA(bitmap);
file.Save(exportFullName);
}
else