mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 22:40:27 +00:00
Make sure to set the swizzle pattern automatically in gtx importer
This commit is contained in:
parent
7bbd06701f
commit
b2a63aedea
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -251,7 +251,7 @@ namespace FirstPlugin
|
|||
|
||||
MipmapNum.Value = SelectedTexSettings.MipCount;
|
||||
|
||||
SwizzleNum.Value = (SelectedTexSettings.Swizzle >> 8) & 7;
|
||||
SwizzleNum.Value = SelectedTexSettings.SwizzlePattern;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue