diff options
Diffstat (limited to 'gl4java/GLUFunc14.java')
-rw-r--r-- | gl4java/GLUFunc14.java | 2 |
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 ) ; |