No metronome for row -1. Fixes a crash in NoteRowToMeasureAndBeat().
This commit is contained in:
@@ -56,7 +56,7 @@ void GameplayAssist::PlayTicks( const NoteData &nd )
|
||||
}
|
||||
}
|
||||
|
||||
if( bMetronome )
|
||||
if( bMetronome && iRowLastCrossed != -1 )
|
||||
{
|
||||
//iRowLastCrossed+1, iSongRow+1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user