From b075c8700af82afd19516c34e94ebf90cd968a11 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sun, 3 Dec 2023 22:33:28 -0600 Subject: [PATCH] Fix rgba size --- src/game/hsfload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/hsfload.c b/src/game/hsfload.c index 83f413d3..ca62b794 100644 --- a/src/game/hsfload.c +++ b/src/game/hsfload.c @@ -1,6 +1,6 @@ #include "game/hsfformat.h" -GXColor rgba[400]; +GXColor rgba[100]; HsfHeader head; HsfData Model;