DS GX: Set default to white

This commit is contained in:
Vicki Pfau 2017-03-03 22:06:48 -08:00
parent 32f63d7d93
commit 830921a14c
1 changed files with 1 additions and 0 deletions

View File

@ -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) {