diff --git a/project/code/Images/GifDecoder.cs b/project/code/Images/GifDecoder.cs index 635e9f1..2d2439e 100644 --- a/project/code/Images/GifDecoder.cs +++ b/project/code/Images/GifDecoder.cs @@ -10,7 +10,7 @@ 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 {