fix comment

This commit is contained in:
Glenn Maynard
2006-05-30 17:20:42 +00:00
parent a5f0d301c9
commit dde95942be
+1 -1
View File
@@ -1483,7 +1483,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
break;
}
if( i == m_pSong->m_Timing.m_StopSegments.size() ) // there is no BPMSegment at the current beat
if( i == m_pSong->m_Timing.m_StopSegments.size() ) // there is no StopSegment at the current beat
{
// create a new StopSegment
if( fDelta > 0 )