summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/Info.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/es1/Info.java')
-rwxr-xr-xsrc/demos/es1/Info.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es1/Info.java b/src/demos/es1/Info.java
index 17fe5b1..8d83692 100755
--- a/src/demos/es1/Info.java
+++ b/src/demos/es1/Info.java
@@ -17,7 +17,7 @@ public class Info implements GLEventListener {
int height = 10;
System.err.println("Info.run()");
try {
- GLCapabilities caps = new GLCapabilities(GLProfile.GetProfileGL2ES1());
+ GLCapabilities caps = new GLCapabilities(GLProfile.getGL2ES1());
// For emulation library, use 16 bpp
caps.setRedBits(5);
caps.setGreenBits(6);