diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-03-22 20:47:12 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-03-22 20:47:12 -0400 |
| commit | f66c22cf63529120697765e05b796d401c16555f (patch) | |
| tree | aadb94a693fec186790721b40f3e6f3f61f88c2e /src/egg/gfx/eggDrawPathBase.cpp | |
| parent | b16089a834bbdb3a68e64d1b54824d7768be63d5 (diff) | |
eggDrawPathLightMap OK
Diffstat (limited to 'src/egg/gfx/eggDrawPathBase.cpp')
| -rw-r--r-- | src/egg/gfx/eggDrawPathBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egg/gfx/eggDrawPathBase.cpp b/src/egg/gfx/eggDrawPathBase.cpp index de88310e..3a98067f 100644 --- a/src/egg/gfx/eggDrawPathBase.cpp +++ b/src/egg/gfx/eggDrawPathBase.cpp @@ -35,9 +35,9 @@ void DrawPathBase::ExecCallback_CALC_VIEW( } } -void DrawPathBase::scnProcDraw(u16) { +void DrawPathBase::scnProcDraw(u16 idx) { if (mFlag & 1) { - internalDraw(); + internalDraw(idx); } } |
