mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
working on improving kjc engine
This commit is contained in:
@@ -60,16 +60,16 @@ public class ProcessingApplet extends Applet
|
||||
// ------------------------------------------------------------
|
||||
|
||||
|
||||
public void setup() {
|
||||
void setup() {
|
||||
}
|
||||
|
||||
|
||||
public void draw() {
|
||||
void draw() {
|
||||
drawMethod = false;
|
||||
}
|
||||
|
||||
|
||||
public void loop() {
|
||||
void loop() {
|
||||
loopMethod = false;
|
||||
}
|
||||
|
||||
@@ -277,4 +277,8 @@ public class ProcessingApplet extends Applet
|
||||
//calendar.setTimeInMillis(actualMillis);
|
||||
return calendar.get(Calendar.YEAR);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user