Delays are significant timing changes.
Yes, I'm committing while I'm on vacation. Deal with it: I'm in an area with not much to do.
This commit is contained in:
+1
-1
@@ -1515,7 +1515,7 @@ bool Song::IsEditAlreadyLoaded( Steps* pSteps ) const
|
||||
|
||||
bool Song::HasSignificantBpmChangesOrStops() const
|
||||
{
|
||||
if( m_SongTiming.HasStops() )
|
||||
if( m_SongTiming.HasStops() || m_SongTiming.HasDelays() )
|
||||
return true;
|
||||
|
||||
// Don't consider BPM changes that only are only for maintaining sync as
|
||||
|
||||
Reference in New Issue
Block a user