Browse Source

Update

master
Mark Qvist 11 years ago
parent
commit
a60522b9f8
  1. 3
      midikatapult.pde

3
midikatapult.pde

@ -102,10 +102,7 @@ void cleanup() {
} }
public void stop() { public void stop() {
//debug("Cleaning up...");
cleanup(); cleanup();
//debug("Cleanup done");
println("Coding monkey and sewing monkey are the supreme rulers of the world");
clearDisplay(); clearDisplay();
super.stop(); super.stop();
} }

Loading…
Cancel
Save