mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Minor examples update
This commit is contained in:
@@ -39,7 +39,7 @@ void draw() {
|
||||
|
||||
void keyPressed() {
|
||||
if(key==' ') build();
|
||||
if(!online)saveFrame("bezPatch.png");
|
||||
saveFrame("bezPatch.png");
|
||||
}
|
||||
|
||||
void build() {
|
||||
|
||||
Reference in New Issue
Block a user