fix: stops in warps are judged, but not delays

This commit is contained in:
Thai Pangsakulyanont
2011-03-27 15:56:40 +07:00
parent 42893d2dc2
commit c0acb4e336
+1 -1
View File
@@ -354,7 +354,7 @@ bool TimingData::IsWarpAtRow( int iNoteRow ) const
{
return true;
}
if( GetStopAtRow(iNoteRow) != 0.0f )
if( GetStopAtRow(iNoteRow) != 0.0f || GetDelayAtRow(iNoteRow) != 0.0f )
{
return false;
}