aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/GLUFunc14.java
diff options
context:
space:
mode:
Diffstat (limited to 'gl4java/GLUFunc14.java')
-rw-r--r--gl4java/GLUFunc14.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl4java/GLUFunc14.java b/gl4java/GLUFunc14.java
index 2e81dec..8c24cfb 100644
--- a/gl4java/GLUFunc14.java
+++ b/gl4java/GLUFunc14.java
@@ -37,7 +37,7 @@ public void gluTessBeginPolygon ( long tess, Buffer data) ;
extern void gluTessVertex ( GLUtesselator * tess , GLdouble * location , GLvoid * data ) ;
* </pre>
*/
-public void gluTessVertex ( long tess, double[] location, Buffer data) ;
+public void gluTessVertex ( long tess, DoubleBuffer location, Buffer data) ;
public String gluErrorString ( int errorCode ) ;