diff options
author | Kenneth Russel <[email protected]> | 2009-06-14 23:33:34 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2009-06-14 23:33:34 +0000 |
commit | 736ed4eb312bc255b9219f60b0f66f2397019adb (patch) | |
tree | eca778c310454eadb19ea3d5705a6279a4d4859a /src/demos/es2/perftst/Perftst.java | |
parent | dc808fb9d4b01f4b6e9d0be6c4c4b225c17635d3 (diff) |
Synced with JOGL 2 changes from revision 1949
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@348 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/es2/perftst/Perftst.java')
-rwxr-xr-x | src/demos/es2/perftst/Perftst.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es2/perftst/Perftst.java b/src/demos/es2/perftst/Perftst.java index 91c6711..f023e4d 100755 --- a/src/demos/es2/perftst/Perftst.java +++ b/src/demos/es2/perftst/Perftst.java @@ -44,7 +44,7 @@ public class Perftst implements MouseListener, GLEventListener { pmod = pm; System.err.println("Perftst.run()"); try { - GLCapabilities caps = new GLCapabilities(GLProfile.GetProfileGL2ES2()); + GLCapabilities caps = new GLCapabilities(GLProfile.getGL2ES2()); // For emulation library, use 16 bpp caps.setRedBits(5); caps.setGreenBits(6); |