diff options
Diffstat (limited to 'src/demos/GLInfo.java')
-rwxr-xr-x | src/demos/GLInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java index 28f17be..ab30a72 100755 --- a/src/demos/GLInfo.java +++ b/src/demos/GLInfo.java @@ -20,7 +20,7 @@ public class GLInfo extends Thread implements GLEventListener { private void init(String glprofile, int type) { int width = 640; int height = 480; - glp = GLProfile.GetProfile(glprofile); + glp = GLProfile.get(glprofile); System.err.println(glp+" GLInfo.start()"); try { GLCapabilities caps = new GLCapabilities(glp); |