aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-14 08:36:25 +0100
committerSven Gothel <[email protected]>2010-11-14 08:36:25 +0100
commit6ea02e2572c6c97d8bc90dedb7f887640c551b4f (patch)
tree0cff3956db4f2dd764d15fefe2bb31dfe7df5285 /src/junit/com/jogamp/test
parent9951f1edfc76622a3bf87ef5f3f253a5c7cae3d9 (diff)
GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)
Diffstat (limited to 'src/junit/com/jogamp/test')
-rw-r--r--src/junit/com/jogamp/test/junit/util/DumpVersion.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/test/junit/util/DumpVersion.java b/src/junit/com/jogamp/test/junit/util/DumpVersion.java
index beefa4aaf..25b1fe86a 100644
--- a/src/junit/com/jogamp/test/junit/util/DumpVersion.java
+++ b/src/junit/com/jogamp/test/junit/util/DumpVersion.java
@@ -38,7 +38,7 @@ public class DumpVersion implements GLEventListener {
public void init(GLAutoDrawable drawable) {
GL gl = drawable.getGL();
- System.err.println(JoglVersion.getInstance().getInfo(gl, null));
+ System.err.println(JoglVersion.getInstance().toString(gl));
}
public void reshape(GLAutoDrawable drawable, int x, int y, int width, int height) {