diff options
Diffstat (limited to 'src/net/java/games/jogl/GLContext.java')
-rwxr-xr-x | src/net/java/games/jogl/GLContext.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/java/games/jogl/GLContext.java b/src/net/java/games/jogl/GLContext.java index 18b94bc96..e784e1de1 100755 --- a/src/net/java/games/jogl/GLContext.java +++ b/src/net/java/games/jogl/GLContext.java @@ -50,8 +50,7 @@ public abstract class GLContext { * Returns the GLDrawable to which this context may be used to * draw. */ - // FIXME - // public abstract GLDrawable getGLDrawable(); + public abstract GLDrawable getGLDrawable(); /** * Makes this GLContext current on the calling thread. |