cwSfScore.cpp : Removed incorrect assert in _calc_score_tempo().

This commit is contained in:
kevin 2024-03-25 11:43:26 -04:00
parent ec418f1d28
commit 521a513ba3

View File

@ -606,7 +606,7 @@ namespace cw
// Both of these assertions should have been previously verified
// by the score validation process.
assert( set->locN >= 2 );
assert( set->evtCnt >= 0 );
//assert( set->evtCnt >= 0 );
bool printFl = false; //set->evtArray[0]->barNumb == 272;