fix wrong number of eq values in new default #231

master
karlstav 6 years ago
parent f1a5e714b8
commit 7fca121171
  1. 2
      config.c

@ -498,7 +498,7 @@ if (p->smcount > 0) {
}
} else {
p->customEQ = 0;
p->smcount = 64; //back to the default one
p->smcount = sizeof(smoothDef)/sizeof(smoothDef[0]); //back to the default one
}
// config: input

Loading…
Cancel
Save