diff options
| author | fig02 <fig02srl@gmail.com> | 2024-09-01 16:02:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 16:02:13 -0400 |
| commit | 2b25c31588facab999256bbd12927e6295f00cf9 (patch) | |
| tree | 6409cca77ade740b92f05cf1332a69373d82569a /src/code/z_parameter.c | |
| parent | a21a59c4b5a0e1ac16ca98cdf9d9aaa0fab7bf6c (diff) | |
Document Target_Draw [Target Docs 2/?] (#2115)
* document Target_Draw
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
* fix missed renames
* retail fix
* another fix
---------
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index d4c9825a7..40060d000 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -3272,7 +3272,7 @@ void Interface_Draw(PlayState* play) { if ((R_PAUSE_BG_PRERENDER_STATE != PAUSE_BG_PRERENDER_PROCESS) && (R_PAUSE_BG_PRERENDER_STATE != PAUSE_BG_PRERENDER_READY)) { - func_8002C124(&play->actorCtx.targetCtx, play); // Draw Z-Target + Target_Draw(&play->actorCtx.targetCtx, play); } Gfx_SetupDL_39Overlay(play->state.gfxCtx); |
