mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
android sync
This commit is contained in:
@@ -24,4 +24,10 @@ package processing.opengl;
|
||||
|
||||
|
||||
public class PGraphics2D extends PGraphicsOpenGL {
|
||||
|
||||
public PGraphics2D() {
|
||||
super();
|
||||
hints[ENABLE_ACCURATE_2D] = true;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user