I am an IDIOT.
This commit is contained in:
+1
-1
@@ -599,7 +599,7 @@ int NoteData::GetNumRowsWithSimultaneousTaps( int iMinTaps, int iStartIndex, int
|
|||||||
int iNum = 0;
|
int iNum = 0;
|
||||||
FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( *this, r, iStartIndex, iEndIndex )
|
FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( *this, r, iStartIndex, iEndIndex )
|
||||||
{
|
{
|
||||||
if (GAMESTATE->GetProcessedTimingData()->IsJudgableAtRow(r))
|
if (!GAMESTATE->GetProcessedTimingData()->IsJudgableAtRow(r))
|
||||||
continue;
|
continue;
|
||||||
int iNumNotesThisIndex = 0;
|
int iNumNotesThisIndex = 0;
|
||||||
for( int t=0; t<GetNumTracks(); t++ )
|
for( int t=0; t<GetNumTracks(); t++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user