aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/GLUFunc14JauJNI.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2002-04-25 03:21:58 +0000
committerSven Gothel <[email protected]>2002-04-25 03:21:58 +0000
commit53a0faa0cce4546b441cb6af033adaabd2f1da94 (patch)
treee92bb216d2b13269c179d4e049ec5384bca1d25e /gl4java/GLUFunc14JauJNI.java
parent6114297dac0848d470a3211915bea64f49d584e7 (diff)
added pepijn's bugfix (jdk <= 1.3 GC, tesselation)
SGI Irix capable code .. correct NIO usage for tesselation .. minor stuff ..
Diffstat (limited to 'gl4java/GLUFunc14JauJNI.java')
-rw-r--r--gl4java/GLUFunc14JauJNI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl4java/GLUFunc14JauJNI.java b/gl4java/GLUFunc14JauJNI.java
index 5d24f22..14b0cf2 100644
--- a/gl4java/GLUFunc14JauJNI.java
+++ b/gl4java/GLUFunc14JauJNI.java
@@ -37,7 +37,7 @@ public final native void gluTessBeginPolygon ( long tess, Buffer data) ;
extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ;
* </pre>
*/
-public final native void gluTessVertex ( long tess, double[] location, Buffer data) ;
+public final native void gluTessVertex ( long tess, DoubleBuffer location, Buffer data) ;
public final native String gluErrorString ( int errorCode ) ;