mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Disabled printing of gfx_cc_print()
This commit is contained in:
parent
74847919be
commit
880ba52e05
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ void gfx_cc_get_features(struct ColorCombiner* cc, struct CCFeatures* ccf) {
|
|||
|
||||
void gfx_cc_print(struct ColorCombiner *cc) {
|
||||
if (!sAllowCCPrint) { return; }
|
||||
// disabled for now
|
||||
return;
|
||||
#ifdef DEVELOPMENT
|
||||
printf("\n>> gfx_pc_precomp_shader(");
|
||||
|
||||
|
|
Loading…
Reference in a new issue