Fix typo
This commit is contained in:
parent
e830ca7278
commit
5c5e130613
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -195,7 +195,7 @@ namespace FirstPlugin
|
||||
}
|
||||
|
||||
private void SwizzleNum_ValueChanged(object sender, EventArgs e) {
|
||||
SelectedTexSettings.swizzle &= GX2.SizzleMask;
|
||||
SelectedTexSettings.swizzle &= GX2.SwizzleMask;
|
||||
SelectedTexSettings.swizzle |= (uint)SwizzleNum.Value << 8;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -6,7 +6,7 @@ namespace Switch_Toolbox.Library
|
||||
{
|
||||
public class GX2
|
||||
{
|
||||
public const uint SizzleMask = 0xFF00FF;
|
||||
public const uint SwizzleMask = 0xFF00FF;
|
||||
|
||||
//Some enums and parts from https://github.com/jam1garner/Smash-Forge/blob/master/Smash%20Forge/Filetypes/Textures/GTX.cs
|
||||
public class GX2Surface
|
||||
|
Loading…
Reference in New Issue
Block a user