Make NoteDataWithScoring::LastTapNoteScoreTrack work
as documented.
This commit is contained in:
@@ -132,8 +132,8 @@ int NoteDataWithScoring::LastTapNoteScoreTrack(unsigned row) const
|
|||||||
|
|
||||||
TapNoteScore tns = GetTapNoteScore(t, row);
|
TapNoteScore tns = GetTapNoteScore(t, row);
|
||||||
|
|
||||||
/* Ignore tracks that haven't yet been graded. */
|
if( tns == TNS_MISS || tns == TNS_NONE )
|
||||||
if(tns == TNS_NONE) continue;
|
return t;
|
||||||
|
|
||||||
float tm = GetTapNoteOffset(t, row);
|
float tm = GetTapNoteOffset(t, row);
|
||||||
if(tm < scoretime) continue;
|
if(tm < scoretime) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user