From 772a0d56bbff35e85293cf75654e5389708cf09b Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Sun, 30 Mar 2025 15:00:55 -0400 Subject: LightTexture::fn_804AC0E0 and LightTexture::addLight fix --- include/egg/gfx/eggDrawGX.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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; -- cgit v1.2.3