mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
cleanup in pde properties, turn off lighting by default in ProcessingApplet
This commit is contained in:
@@ -194,6 +194,10 @@ public class ProcessingApplet extends Applet
|
||||
this.height = height;
|
||||
|
||||
g = new Bagel(width, height);
|
||||
|
||||
// do all the defaults down here, because
|
||||
// subclasses need to go through this function
|
||||
g.lighting = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user