mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
make hints[] no longer static
This commit is contained in:
@@ -53,10 +53,10 @@ public class PGraphics extends PImage
|
||||
|
||||
// needs to happen before background() is called
|
||||
// and resize.. so it's gotta be outside
|
||||
static boolean hints[] = new boolean[HINT_COUNT];
|
||||
static {
|
||||
boolean hints[] = new boolean[HINT_COUNT];
|
||||
//static {
|
||||
//hints[NEW_GRAPHICS] = true;
|
||||
}
|
||||
//}
|
||||
|
||||
|
||||
// ........................................................
|
||||
|
||||
Reference in New Issue
Block a user