Cleanup unnecessary &'s on function/array pointers (#1031)

This commit is contained in:
Roman971
2021-11-28 11:47:55 +01:00
committed by GitHub
parent 6efb590699
commit d241bfb7ec
52 changed files with 106 additions and 107 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void DebugDisplay_DrawSpriteI8(DebugDispObject* dispObj, void* texture, GlobalCo
gSPMatrix(POLY_XLU_DISP++, Matrix_NewMtx(globalCtx->state.gfxCtx, "../z_debug_display.c", 189),
G_MTX_MODELVIEW | G_MTX_LOAD);
gSPDisplayList(POLY_XLU_DISP++, &gDebugSpriteDL);
gSPDisplayList(POLY_XLU_DISP++, gDebugSpriteDL);
CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_debug_display.c", 192);
}