drawPixels() is finally working

This commit is contained in:
codeanticode
2012-11-28 22:19:31 +00:00
parent 0626c1348f
commit 1850b895ca
3 changed files with 28 additions and 27 deletions

View File

@@ -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()) {