Skip to content

Commit

Permalink
Fixes bug in demo effect due to removed display list set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 authored Jul 8, 2022
1 parent 260669f commit 4515fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/src/overlays/actors/ovl_Demo_Effect/z_demo_effect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,7 @@ void DemoEffect_DrawLightEffect(Actor* thisx, GlobalContext* globalCtx) {
if (this->light.flicker == 0) {
this->light.flicker = 1;
} else {
disp = (uintptr_t)gEffFlash1DL;
alpha = &this->light.alpha;
func_80093D84(globalCtx->state.gfxCtx);
gDPSetPrimColor(POLY_XLU_DISP++, 0, 128, this->primXluColor[0], this->primXluColor[1],
Expand Down

0 comments on commit 4515fac

Please sign in to comment.