mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-03 15:32:07 +00:00
Remove printf from gfx_pc.c (#383)
I don't think this is needed anymore
This commit is contained in:
parent
657feb5d7b
commit
febba0e109
1 changed files with 0 additions and 2 deletions
|
|
@ -353,8 +353,6 @@ static struct ColorCombiner *gfx_lookup_or_create_color_combiner(struct CombineM
|
||||||
memcpy(&comb->cm, cm, sizeof(struct CombineMode));
|
memcpy(&comb->cm, cm, sizeof(struct CombineMode));
|
||||||
gfx_generate_cc(comb);
|
gfx_generate_cc(comb);
|
||||||
|
|
||||||
printf(">> added %016lx\n", comb->cm.hash);
|
|
||||||
|
|
||||||
return prev_combiner = comb;
|
return prev_combiner = comb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue