summaryrefslogtreecommitdiff
path: root/include/egg
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-03-30 15:00:55 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-03-30 15:00:55 -0400
commit772a0d56bbff35e85293cf75654e5389708cf09b (patch)
tree5fe772d95cfd5a4d7dfd7a7c250387fc44a95c85 /include/egg
parent3df431e4f0c7c11f09d8d1f8dfa16823e38b1ac7 (diff)
LightTexture::fn_804AC0E0 and LightTexture::addLight fix
Diffstat (limited to 'include/egg')
-rw-r--r--include/egg/gfx/eggDrawGX.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/egg/gfx/eggDrawGX.h b/include/egg/gfx/eggDrawGX.h
index 7a4056b6..33d5e37a 100644
--- a/include/egg/gfx/eggDrawGX.h
+++ b/include/egg/gfx/eggDrawGX.h
@@ -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;