revert comment

This commit is contained in:
Colton Rushton 2021-02-16 00:46:53 -04:00
parent 83950327d0
commit 362865dfb2
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ l1090:
if (layer->portamento.mode != 0) {
//! copt needs a ternary:
//(layer->portamentoTargetNote < SEMITONE) ? SEMITONE : layer->portamentoTargetNote;
//usedSemitone = (layer->portamentoTargetNote < SEMITONE) ? SEMITONE : layer->portamentoTargetNote;
if (layer->portamentoTargetNote < SEMITONE) {
USED_SEMITONE = SEMITONE;
} else {