mirror of
https://github.com/processing/processing4.git
synced 2026-02-19 21:35:55 +01:00
drawPixels() is finally working
This commit is contained in:
@@ -652,7 +652,7 @@ public class PGL {
|
||||
}
|
||||
|
||||
|
||||
protected int getDefautDrawBuffer() {
|
||||
protected int getDefaultDrawBuffer() {
|
||||
if (capabilities.isFBO()) {
|
||||
return GL.GL_COLOR_ATTACHMENT0;
|
||||
} else if (capabilities.getDoubleBuffered()) {
|
||||
|
||||
Reference in New Issue
Block a user