fix impossible patterns with Planted (Tsugaru heavy)
This commit is contained in:
@@ -779,7 +779,7 @@ void NoteDataUtil::ConvertTapsToHolds( NoteData &in, int iSimultaneousHolds, flo
|
|||||||
int r2;
|
int r2;
|
||||||
for( r2=r+1; r2<=last_row; r2++ )
|
for( r2=r+1; r2<=last_row; r2++ )
|
||||||
{
|
{
|
||||||
if( in.IsThereATapAtRow(r2) )
|
if( in.IsThereATapOrHoldHeadAtRow(r2) )
|
||||||
{
|
{
|
||||||
// If there are two taps in a row on the same track,
|
// If there are two taps in a row on the same track,
|
||||||
// don't convert the earlier one to a hold.
|
// don't convert the earlier one to a hold.
|
||||||
|
|||||||
Reference in New Issue
Block a user