From d3dd40eec3712930bcdebee22e939e0ff0f51fc9 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sun, 1 Sep 2024 18:54:30 +0100 Subject: [PATCH] Add note about gif loader issues --- project/code/Images/GifDecoder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {