Make sure to set the swizzle pattern automatically in gtx importer
This commit is contained in:
parent
7bbd06701f
commit
b2a63aedea
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…
x
Reference in New Issue
Block a user