add stop() to static apps, remove loop() from special preproc

This commit is contained in:
benfry
2004-09-21 01:46:39 +00:00
parent ba0fc444b9
commit 1b7cdae8d7
3 changed files with 13 additions and 0 deletions

View File

@@ -335,6 +335,7 @@ public class PdePreprocessor {
if (programType == STATIC) {
// close off draw() definition
out.print("noLoop(); ");
out.print("}");
}