mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Fix formatting
This commit is contained in:
parent
423463d082
commit
e063086601
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ namespace FirstPlugin
|
|||
public override void Replace(string FileName)
|
||||
{
|
||||
FTEX ftex = new FTEX();
|
||||
ftex.ReplaceTexture(FileName, Format, surface.mipSize <= 1 ? 1 : 0);
|
||||
ftex.ReplaceTexture(FileName, Format, (uint)(surface.mipSize <= 1 ? 1 : 0));
|
||||
if (ftex.texture != null)
|
||||
{
|
||||
surface.swizzle = ftex.texture.Swizzle;
|
||||
|
|
Loading…
Reference in a new issue