Implemented getGL() method in PLWJGL, but LWJGL not tested after latest

changes (removal of most static fields in PGraphicsOpenGL, PGL)
This commit is contained in:
codeanticode
2014-01-21 12:14:15 -05:00
parent 71325def84
commit 864281466e
@@ -1996,4 +1996,9 @@ public class PLWJGL extends PGL {
public void drawBuffer(int buf) {
GL11.glDrawBuffer(buf);
}
@Override
protected void getGL(PGL pgl) {
}
}