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/context/DualContext.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/context/DualContext.java')
-rwxr-xr-x | src/demos/context/DualContext.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/context/DualContext.java b/src/demos/context/DualContext.java index 5f62d19..c7d734c 100755 --- a/src/demos/context/DualContext.java +++ b/src/demos/context/DualContext.java @@ -142,7 +142,7 @@ public class DualContext extends Canvas { public static void main(String[] args) { JFrame frame = new JFrame("Dual OpenGL Context Test"); - GLProfile glp = GLProfile.GetProfileDefault(); // warm up .. + GLProfile glp = GLProfile.getDefault(); // warm up .. AWTGraphicsScreen screen = (AWTGraphicsScreen)AWTGraphicsScreen.createDefault(); AWTGraphicsConfiguration config = (AWTGraphicsConfiguration) |