diff options
author | Sven Gothel <[email protected]> | 2010-11-14 08:36:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-14 08:36:25 +0100 |
commit | 6ea02e2572c6c97d8bc90dedb7f887640c551b4f (patch) | |
tree | 0cff3956db4f2dd764d15fefe2bb31dfe7df5285 /src/junit/com/jogamp/test | |
parent | 9951f1edfc76622a3bf87ef5f3f253a5c7cae3d9 (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.java | 2 |
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) { |