diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-04-06 10:23:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 10:23:06 -0700 |
| commit | e3ce14c932b80e5ed4c7680cb9dd9f638d739541 (patch) | |
| tree | 0bca0376b6b8000c83bcaa6b50da17927bcec84c /src/code/flg_set.c | |
| parent | 47d43f2fa1b0a35b02a1186fb94e5bd227c92219 (diff) | |
Misc Clean (#1602)
* thiefbird
* eff_ss_dead
* PreRender_AntiAliasFilterPixel tmp -> invCvg
* Skin_InitAnimatedLimb
* gfxalloc
* loadfragment
* loadfragment strings
Diffstat (limited to 'src/code/flg_set.c')
| -rw-r--r-- | src/code/flg_set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/flg_set.c b/src/code/flg_set.c index 9929cbb47..138aa0254 100644 --- a/src/code/flg_set.c +++ b/src/code/flg_set.c @@ -277,7 +277,7 @@ void FlagSet_Draw(GameState* gameState) { s32 pad; polyOpa = POLY_OPA_DISP; - gfx = Graph_GfxPlusOne(polyOpa); + gfx = Gfx_Open(polyOpa); gSPDisplayList(OVERLAY_DISP++, gfx); GfxPrint_Init(&printer); @@ -313,7 +313,7 @@ void FlagSet_Draw(GameState* gameState) { GfxPrint_Destroy(&printer); gSPEndDisplayList(gfx++); - Graph_BranchDlist(polyOpa, gfx); + Gfx_Close(polyOpa, gfx); POLY_OPA_DISP = gfx; CLOSE_DISPS(gfxCtx); |
