fix: stops in warps are judged, but not delays
This commit is contained in:
+1
-1
@@ -354,7 +354,7 @@ bool TimingData::IsWarpAtRow( int iNoteRow ) const
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if( GetStopAtRow(iNoteRow) != 0.0f )
|
if( GetStopAtRow(iNoteRow) != 0.0f || GetDelayAtRow(iNoteRow) != 0.0f )
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user