Disabled printing of gfx_cc_print()
This commit is contained in:
parent
b851c130e9
commit
3e786896f1
|
@ -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 New Issue