made PGLListener constructor public

This commit is contained in:
Your Name
2013-02-04 18:17:19 -05:00
parent ac1f7eafe4
commit 463455daaa

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;