Disabled printing of gfx_cc_print()

This commit is contained in:
MysterD 2023-06-11 14:33:18 -07:00
parent b851c130e9
commit 3e786896f1
1 changed files with 2 additions and 0 deletions

View File

@ -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(");