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:
Jason Felds
2011-08-07 15:12:44 -04:00
parent ad9cec03aa
commit f5f4268b19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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