Waluigi model update (#435)

Fixed mistake in model.inc.c
This commit is contained in:
Sonicxryan 2023-07-05 00:24:20 +01:00 committed by GitHub
parent dc8d11c5be
commit 19be94168d
1 changed files with 1 additions and 1 deletions

View File

@ -4803,7 +4803,7 @@ Gfx mat_waluigi_nose[] = {
gsDPPipeSync(),
gsDPSetCombineLERP(0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT, 0, 0, 0, SHADE, 0, 0, 0, ENVIRONMENT),
gsSPTexture(65535, 65535, 0, 0, 1),
gsSPSetLights1(waluigi_nose_lights),
gsSPSetLights1(waluigi_nose_lights),
gsSPEndDisplayList(),
};