Removed debug setting for fboSupported

This commit is contained in:
codeanticode
2010-07-05 16:47:44 +00:00
parent d337a4635c
commit 7bb7a58c66

View File

@@ -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];