diff --git a/src/ds/gx.c b/src/ds/gx.c index 472be86ee..ebc1d4578 100644 --- a/src/ds/gx.c +++ b/src/ds/gx.c @@ -814,10 +814,8 @@ static void _fifoRun(struct mTiming* timing, void* context, uint32_t cyclesLate) case 0: DSGXMtxScale(&gx->projMatrix, m); break; - case 2: - DSGXMtxScale(&gx->vecMatrix, m); - // Fall through case 1: + case 2: DSGXMtxScale(&gx->posMatrix, m); break; case 3: