Skip to content

Commit 96463ed

Browse files
committed
Implemented getGL() method in PLWJGL, but LWJGL not tested after latest
changes (removal of most static fields in PGraphicsOpenGL, PGL)
1 parent dc29d4e commit 96463ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/libraries/lwjgl/src/processing/lwjgl/PLWJGL.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,4 +1996,9 @@ public void readBuffer(int buf) {
19961996
public void drawBuffer(int buf) {
19971997
GL11.glDrawBuffer(buf);
19981998
}
1999+
2000+
2001+
@Override
2002+
protected void getGL(PGL pgl) {
2003+
}
19992004
}

0 commit comments

Comments
 (0)