Make sure to set the swizzle pattern automatically in gtx importer

This commit is contained in:
KillzXGaming 2019-07-07 10:26:21 -04:00
parent 7bbd06701f
commit b2a63aedea
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -251,7 +251,7 @@ namespace FirstPlugin
MipmapNum.Value = SelectedTexSettings.MipCount;
SwizzleNum.Value = (SelectedTexSettings.Swizzle >> 8) & 7;
SwizzleNum.Value = SelectedTexSettings.SwizzlePattern;
}
}