diff --git a/src/ds/gx.c b/src/ds/gx.c index 72a3ea7a8..b0a793793 100644 --- a/src/ds/gx.c +++ b/src/ds/gx.c @@ -1020,6 +1020,7 @@ void DSGXReset(struct DSGX* gx) { gx->activeParams = 0; memset(&gx->currentVertex, 0, sizeof(gx->currentVertex)); memset(&gx->nextPoly, 0, sizeof(gx-> nextPoly)); + gx->currentVertex.color = 0x7FFF; } void DSGXAssociateRenderer(struct DSGX* gx, struct DSGXRenderer* renderer) {