diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-03-03 08:22:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 13:22:56 -0300 |
| commit | b9c7cbcbf63c9ffd60a9d51e9bfb81bda5df487b (patch) | |
| tree | 1f6c7a73b3012ebb819a3bbc88f218811848c41c /src/code/z_actor.c | |
| parent | fde2b78a92ef591e992d1ba6095a83f335659695 (diff) | |
EffectSs Sync (#1799)
* gEffectSsOverlayTable
* Sync with OoT docs
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 7a21566ba..e54fc18e7 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3187,7 +3187,7 @@ void Actor_DrawAll(PlayState* play, ActorContext* actorCtx) { } Effect_DrawAll(play->state.gfxCtx); - EffectSS_DrawAllParticles(play); + EffectSs_DrawAll(play); EffFootmark_Draw(play); ref2 = POLY_XLU_DISP; |
