StartIndex -> StartRow
This commit is contained in:
@@ -456,8 +456,8 @@ void Song::TidyUpData()
|
||||
}
|
||||
|
||||
/* Make sure the first BPM segment starts at beat 0. */
|
||||
if( m_Timing.m_BPMSegments[0].m_iStartIndex != 0 )
|
||||
m_Timing.m_BPMSegments[0].m_iStartIndex = 0;
|
||||
if( m_Timing.m_BPMSegments[0].m_iStartRow != 0 )
|
||||
m_Timing.m_BPMSegments[0].m_iStartRow = 0;
|
||||
|
||||
|
||||
if( m_fMusicSampleStartSeconds == -1 ||
|
||||
|
||||
Reference in New Issue
Block a user