Skip to content

Commit

Permalink
clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoley committed Apr 30, 2018
1 parent 308f4d7 commit efeaf63
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/withAudioUrl/data/withAudioUrl.pde
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ void draw() {
void keyPressed() {
if (key == 'q' || key == 'x') {
noLoop();
try {
Thread.sleep(100L); // pause for 10th of a second;
// allows last movie frame to be written
// without hitting an NPE
} catch(Exception e) {
e.printStackTrace();
}
videoExport.endMovie();
exit();
}
Expand Down

0 comments on commit efeaf63

Please sign in to comment.