mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 20:05:02 +00:00
[ntsc-1.2] Match more draw functions (#2145)
* Match z_vr_box.c * Match TitleCard_Draw * Match z_player_lib.c? * Match Lights_Draw
This commit is contained in:
parent
02816c410c
commit
ed870e051d
4 changed files with 30 additions and 18 deletions
|
@ -61,8 +61,8 @@ void Lights_Draw(Lights* lights, GraphicsContext* gfxCtx) {
|
|||
|
||||
OPEN_DISPS(gfxCtx, "../z_lights.c", 339);
|
||||
|
||||
gSPNumLights(POLY_OPA_DISP++, lights->numLights);
|
||||
gSPNumLights(POLY_XLU_DISP++, lights->numLights);
|
||||
gSPNumLights(POLY_OPA_DISP++, (u32)lights->numLights);
|
||||
gSPNumLights(POLY_XLU_DISP++, (u32)lights->numLights);
|
||||
|
||||
light = &lights->l.l[0];
|
||||
i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue