Disabled printing of gfx_cc_print()

This commit is contained in:
MysterD 2023-06-11 14:33:18 -07:00
parent 74847919be
commit 880ba52e05

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