mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Removed debug setting for fboSupported
This commit is contained in:
@@ -4946,7 +4946,7 @@ public class PGraphicsAndroid3D extends PGraphics {
|
||||
if (-1 < extensions.indexOf("framebuffer_object")) {
|
||||
fboSupported = true;
|
||||
}
|
||||
fboSupported = false;
|
||||
|
||||
usingModelviewStack = gl11 == null || !matrixGetSupported;
|
||||
|
||||
int maxTexSize[] = new int[1];
|
||||
|
||||
Reference in New Issue
Block a user