From 38ceb8d7163902ecb569774ab4db327a194d6f99 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Tue, 4 Dec 2018 21:44:26 -0500 Subject: [PATCH] Remove todo for GTX swizzling. --- Switch_FileFormatsMain/FileFormats/Texture/GTX.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Switch_FileFormatsMain/FileFormats/Texture/GTX.cs b/Switch_FileFormatsMain/FileFormats/Texture/GTX.cs index 0fbb7c97..e0431d01 100644 --- a/Switch_FileFormatsMain/FileFormats/Texture/GTX.cs +++ b/Switch_FileFormatsMain/FileFormats/Texture/GTX.cs @@ -6,7 +6,6 @@ namespace FirstPlugin public class GTX { //Some enums and parts from https://github.com/jam1garner/Smash-Forge/blob/master/Smash%20Forge/Filetypes/Textures/GTX.cs - //Todo. Add swizzling back public class GX2Surface { public uint dim;