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 4275c1d79a
commit 3b8f4b0380
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("}");
}