diff options
Diffstat (limited to 'src/code/m_lights.c')
| -rw-r--r-- | src/code/m_lights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_lights.c b/src/code/m_lights.c index 8de578a..28753bd 100644 --- a/src/code/m_lights.c +++ b/src/code/m_lights.c @@ -339,7 +339,7 @@ void Light_list_point_draw(Game_Play* game_play) { Gfx* gfx; OPEN_DISPS(game_play->state.gfxCtx); - gfx = func_800BD7C0_jp(POLY_XLU_DISP); + gfx = gfx_softsprite_prim_xlu(POLY_XLU_DISP); gDPSetAlphaDither(gfx++, G_AD_NOISE); gDPSetColorDither(gfx++, G_CD_MAGICSQ); |
