Fix rgba size

This commit is contained in:
gamemasterplc 2023-12-03 22:33:28 -06:00
parent 2f01f964c6
commit b075c8700a

View file

@ -1,6 +1,6 @@
#include "game/hsfformat.h"
GXColor rgba[400];
GXColor rgba[100];
HsfHeader head;
HsfData Model;