Revert. Removing assertions that you don't understand is not an acceptable
fix. Fix bugs, don't ignore them.
This commit is contained in:
@@ -247,7 +247,8 @@ namespace
|
|||||||
|
|
||||||
/* If iDuration is 0, we'd end up overwriting the head with the tail
|
/* If iDuration is 0, we'd end up overwriting the head with the tail
|
||||||
* (and invalidating our iterator). Empty hold notes aren't valid. */
|
* (and invalidating our iterator). Empty hold notes aren't valid. */
|
||||||
if( tn.iDuration != 0 )
|
ASSERT( tn.iDuration != 0 );
|
||||||
|
|
||||||
inout.SetTapNote( t, iRow + tn.iDuration, tail );
|
inout.SetTapNote( t, iRow + tn.iDuration, tail );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user