mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
add stop() to static apps, remove loop() from special preproc
This commit is contained in:
@@ -335,6 +335,7 @@ public class PdePreprocessor {
|
||||
|
||||
if (programType == STATIC) {
|
||||
// close off draw() definition
|
||||
out.print("noLoop(); ");
|
||||
out.print("}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user