From bd7005d03487fbfb612527bd89784d285a1bddbd Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 7 Sep 2024 10:44:32 +0100 Subject: [PATCH] Remove outdated TODO --- project/code/Images/GifDecoder.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/code/Images/GifDecoder.cs b/project/code/Images/GifDecoder.cs index 777306b..bef5d1c 100644 --- a/project/code/Images/GifDecoder.cs +++ b/project/code/Images/GifDecoder.cs @@ -10,8 +10,6 @@ namespace KeepersCompound.Images; public class GifDecoder { // TODO: I can drop all these structs and shit lol - // TODO: This fails somewhat on the texture for model "skull". CBA to workout why now - private record Header { public string Signature;