From 492f117fd3f76c7a5778ca2a07c6f5803242b8e0 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 24 Apr 2005 22:59:51 +0000 Subject: Merged with current JOGL trunk (by using -r HEAD) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JSR-231@262 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/net/java/games/jogl/impl/tesselator/Sweep.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/java/games/jogl/impl/tesselator/Sweep.java') diff --git a/src/net/java/games/jogl/impl/tesselator/Sweep.java b/src/net/java/games/jogl/impl/tesselator/Sweep.java index e7b77cd26..3674d12e1 100644 --- a/src/net/java/games/jogl/impl/tesselator/Sweep.java +++ b/src/net/java/games/jogl/impl/tesselator/Sweep.java @@ -404,7 +404,7 @@ class Sweep { coords[1] = isect.coords[1]; coords[2] = isect.coords[2]; - double[][] outData = new double[1][]; + Object[] outData = new Object[1]; tess.callCombineOrCombineData(coords, data, weights, outData); isect.data = outData[0]; if (isect.data == null) { -- cgit v1.2.3