mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 09:38:05 +00:00
Quick change to help fix tex2
This commit is contained in:
parent
468179ca02
commit
35b7a5fcca
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -141,7 +141,7 @@ namespace Bfres.Structs
|
|||
setting.MipSwizzle = Tex2Swizzle;
|
||||
|
||||
if (Tex2Swizzle != 0)
|
||||
setting.Swizzle = Tex2SwizzleValue;
|
||||
setting.Swizzle = Tex2Swizzle;
|
||||
|
||||
GTXTextureImporter importer = new GTXTextureImporter();
|
||||
importer.LoadSetting(setting);
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue