Merge pull request #10 from codeanticode/master

jogl jar build with 1.6
This commit is contained in:
Ben Fry
2013-02-04 15:58:30 -08:00

View File

@@ -3119,6 +3119,8 @@ public class PGL {
// Java specific stuff
protected class PGLListener implements GLEventListener {
public PGLListener() {}
@Override
public void display(GLAutoDrawable glDrawable) {
drawable = glDrawable;