working on pmovie

This commit is contained in:
benfry
2004-07-10 06:09:25 +00:00
parent 3d5abc18f0
commit 729bd4a5ac
3 changed files with 8 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ public class PdeRuntime implements PdeMessageConsumer {
public void message(String s) {
//System.err.println("M" + s.length() + ":" + s);
//System.out.println("M" + s.length() + ":" + s);
// this is PApplet sending a message (via System.out.println)
// that signals that the applet has been quit.
if (s.indexOf(PApplet.EXTERNAL_QUIT) == 0) {