Skip to content

Commit

Permalink
wait for arrows to clear before declaring victory
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfwood committed Oct 24, 2010
1 parent 943057b commit fa74199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrowSection.d
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ArrowSection {

misses += lut[temp];

if(beat[0].end){noMoreBeats = true;}
if(beats[0].end){noMoreBeats = true;}

beats = beats[1..$];
}
Expand Down

0 comments on commit fa74199

Please sign in to comment.