mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-29 12:52:18 -05:00
Fixes bug in demo effect due to removed display list set.
This commit is contained in:
parent
260669f981
commit
4515fac467
@ -1859,6 +1859,7 @@ void DemoEffect_DrawLightEffect(Actor* thisx, GlobalContext* globalCtx) {
|
|||||||
if (this->light.flicker == 0) {
|
if (this->light.flicker == 0) {
|
||||||
this->light.flicker = 1;
|
this->light.flicker = 1;
|
||||||
} else {
|
} else {
|
||||||
|
disp = (uintptr_t)gEffFlash1DL;
|
||||||
alpha = &this->light.alpha;
|
alpha = &this->light.alpha;
|
||||||
func_80093D84(globalCtx->state.gfxCtx);
|
func_80093D84(globalCtx->state.gfxCtx);
|
||||||
gDPSetPrimColor(POLY_XLU_DISP++, 0, 128, this->primXluColor[0], this->primXluColor[1],
|
gDPSetPrimColor(POLY_XLU_DISP++, 0, 128, this->primXluColor[0], this->primXluColor[1],
|
||||||
|
Loading…
Reference in New Issue
Block a user