diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-08 00:11:59 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-06-08 00:11:59 -0400 |
| commit | 4f7f5e4a23fe7e0da6e1e1c1b1c0f93033bbac81 (patch) | |
| tree | 580c408c74400f97cf3d8394f3073bee1550beea /src/toBeSorted/d_unk_mdl_stuff_2.cpp | |
| parent | 73b6e7dcd4efd67c0311951361cdcc637c6c9d95 (diff) | |
name change
Diffstat (limited to 'src/toBeSorted/d_unk_mdl_stuff_2.cpp')
| -rw-r--r-- | src/toBeSorted/d_unk_mdl_stuff_2.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/toBeSorted/d_unk_mdl_stuff_2.cpp b/src/toBeSorted/d_unk_mdl_stuff_2.cpp index 50449efa..92843022 100644 --- a/src/toBeSorted/d_unk_mdl_stuff_2.cpp +++ b/src/toBeSorted/d_unk_mdl_stuff_2.cpp @@ -3,6 +3,7 @@ #include "common.h" #include "d/col/bg/d_bg_s.h" +#include "d/d_light_env.h" #include "egg/gfx/eggLightManager.h" #include "m/m3d/m3d.h" #include "m/m3d/m_proc.h" @@ -17,7 +18,7 @@ #include "rvl/GX/GXTev.h" #include "rvl/GX/GXTypes.h" #include "rvl/MTX/mtx.h" -#include "toBeSorted/blur_and_palette_manager.h" + bool dShpProcBase_c::init(nw4r::g3d::ResMat mat, nw4r::g3d::ResShp shp, s32 count, bool xlu, u32 *pSize) { mCount = count; @@ -62,7 +63,7 @@ void dShpProcBase_c::draw(mVec3_c *pos) { ); setupLight(); if (!field_0x2C) { - BlurAndPaletteManager &mgr = BlurAndPaletteManager::GetInstance(); + dLightEnv_c &mgr = dLightEnv_c::GetInstance(); u32 code = 0xFF; if (pos != nullptr) { pos->y += 100.0f; |
