LightTexture::fn_804AC0E0 and LightTexture::addLight fix

This commit is contained in:
elijah-thomas774
2025-03-30 15:00:55 -04:00
parent 3df431e4f0
commit 772a0d56bb
2 changed files with 16 additions and 12 deletions
+5
View File
@@ -158,6 +158,11 @@ public:
}
// TODO MORE
static void SetTevColor(GXTevRegID regId, GXColor tevClr, GXTevKColorID colorId, GXColor tevkClr) {
GXSetTevColor(regId, tevClr);
GXSetTevKColor(colorId, tevkClr);
}
// not sure
static DLData s_DL[DL_MAX];
static const DL s_DL0;