Skip to content

Commit

Permalink
Line break at end of ASM/c/item_draw_functions.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Maplesstar committed Sep 18, 2024
1 parent 6ca8de9 commit 9517fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASM/c/item_draw_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,4 +749,4 @@ void draw_gi_magic_meter(z64_game_t* game, uint32_t draw_id) {
gDPSetPrimColor(gfx->poly_opa.p++, 0, 0x80, prim_outline.r, prim_outline.g, prim_outline.b, prim_outline.a);
gSPDisplayList(gfx->poly_opa.p++, item_draw_table[draw_id].args[2].dlist);

}
}

0 comments on commit 9517fde

Please sign in to comment.