Add note about gif loader issues

This commit is contained in:
Jarrod Doyle 2024-09-01 18:54:30 +01:00
parent bf475ea21a
commit d3dd40eec3
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace KeepersCompound.Images;
public class GifDecoder public class GifDecoder
{ {
// TODO: I can drop all these structs and shit lol // 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 private record Header
{ {