summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggDrawPathBase.cpp
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-03-22 20:47:12 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-03-22 20:47:12 -0400
commitf66c22cf63529120697765e05b796d401c16555f (patch)
treeaadb94a693fec186790721b40f3e6f3f61f88c2e /src/egg/gfx/eggDrawPathBase.cpp
parentb16089a834bbdb3a68e64d1b54824d7768be63d5 (diff)
eggDrawPathLightMap OK
Diffstat (limited to 'src/egg/gfx/eggDrawPathBase.cpp')
-rw-r--r--src/egg/gfx/eggDrawPathBase.cpp4
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);
}
}