mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
texture drawing fixes and fix for noLoop() in gl mode
This commit is contained in:
@@ -4112,10 +4112,10 @@ public class PApplet extends Applet
|
||||
applet.args = new String[argc];
|
||||
System.arraycopy(args, argc, applet.args, 0, argc);
|
||||
|
||||
System.out.println("calling applet.init");
|
||||
//System.out.println("calling applet.init");
|
||||
applet.init();
|
||||
//applet.start();
|
||||
System.out.println("done calling applet.init");
|
||||
//System.out.println("done calling applet.init");
|
||||
|
||||
Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user