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 13c398941e
commit be797dd4c7
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("}");
}