mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-09-08 09:24:16 -04:00
move file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user