that should be destroy not stop

This commit is contained in:
benfry
2011-03-07 00:03:58 +00:00
parent c3b5d51348
commit 972cd8b609
@@ -586,7 +586,8 @@ public class PApplet extends Activity implements PConstants, Runnable {
public void onDestroy() {
stop();
// stop();
dispose();
if (PApplet.DEBUG) {
System.out.println("PApplet.onDestroy() called");
}