cwSfScore.cpp : Removed incorrect assert in _calc_score_tempo().
This commit is contained in:
parent
ec418f1d28
commit
521a513ba3
@ -606,7 +606,7 @@ namespace cw
|
|||||||
// Both of these assertions should have been previously verified
|
// Both of these assertions should have been previously verified
|
||||||
// by the score validation process.
|
// by the score validation process.
|
||||||
assert( set->locN >= 2 );
|
assert( set->locN >= 2 );
|
||||||
assert( set->evtCnt >= 0 );
|
//assert( set->evtCnt >= 0 );
|
||||||
|
|
||||||
bool printFl = false; //set->evtArray[0]->barNumb == 272;
|
bool printFl = false; //set->evtArray[0]->barNumb == 272;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user