diff --git a/File_Format_Library/FileFormats/Texture/GTXFile.cs b/File_Format_Library/FileFormats/Texture/GTXFile.cs index 9a939bea..8c4dcbd3 100644 --- a/File_Format_Library/FileFormats/Texture/GTXFile.cs +++ b/File_Format_Library/FileFormats/Texture/GTXFile.cs @@ -745,8 +745,6 @@ namespace FirstPlugin surface.pitch = ftex.texture.Pitch; surface.texRegs = GX2.CreateRegisters(surface); - SetChannelComponents(); - Format = FTEX.ConvertFromGx2Format((Syroot.NintenTools.Bfres.GX2.GX2SurfaceFormat)surface.format); Width = surface.width; Height = surface.height;