1
0
mirror of synced 2025-01-31 12:23:52 +01:00

Adjust swizzle setting

This commit is contained in:
KillzXGaming 2019-06-15 13:28:16 -04:00
parent 70b15a94b7
commit bbe33f65f4
5 changed files with 1 additions and 4 deletions

Binary file not shown.

View File

@ -147,9 +147,6 @@ namespace Bfres.Structs
GTXImporterSettings setting = SetImporterSettings(image, FileName);
setting.MipSwizzle = Tex2Swizzle;
if (Tex2Swizzle != 0)
setting.Swizzle = Tex2Swizzle;
GTXTextureImporter importer = new GTXTextureImporter();
importer.LoadSetting(setting);