Skip to content

Commit

Permalink
That's superfluous.
Browse files Browse the repository at this point in the history
  • Loading branch information
infovore committed Oct 18, 2012
1 parent 1b021d1 commit d48137f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spirits_rec/spirits_rec.pde
Expand Up @@ -155,7 +155,6 @@ void draw() {
offscreen.ellipse(event[0], event[1], circleSize, circleSize);
playbackIndex++;
println("Playback index has changed to " + playbackIndex);
} else if(movie.isPlaying()) {
} else {
playbackIndex = 0;
mode = 0;
Expand Down

0 comments on commit d48137f

Please sign in to comment.