From 16a7d5bab75912d09b7fd6dfb17cd967996873d4 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 25 Nov 2011 22:10:13 -0500 Subject: [PATCH] I am an IDIOT. --- src/NoteData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NoteData.cpp b/src/NoteData.cpp index b352d16282..3cfbcd239a 100644 --- a/src/NoteData.cpp +++ b/src/NoteData.cpp @@ -599,7 +599,7 @@ int NoteData::GetNumRowsWithSimultaneousTaps( int iMinTaps, int iStartIndex, int int iNum = 0; FOREACH_NONEMPTY_ROW_ALL_TRACKS_RANGE( *this, r, iStartIndex, iEndIndex ) { - if (GAMESTATE->GetProcessedTimingData()->IsJudgableAtRow(r)) + if (!GAMESTATE->GetProcessedTimingData()->IsJudgableAtRow(r)) continue; int iNumNotesThisIndex = 0; for( int t=0; t