From 1e3de699b037989e8deded5c7830139f97c64136 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 09:25:50 -0400 Subject: [PATCH] No use of META ("Windows") modifier. --- BoundaryRep.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/BoundaryRep.java b/BoundaryRep.java index 69169d7..e938a9a 100644 --- a/BoundaryRep.java +++ b/BoundaryRep.java @@ -3902,6 +3902,11 @@ tsa.getNormals(0, normals); tsa.getTextureCoordinates(0, 0, uvmap); // tsa.getColors(0, colors); + + for (int i=colors.length; --i>=0;) + { + colors[i] = 1; + } int stripcount = tsa.getNumStrips(); triangles = new int[stripcount]; -- Gitblit v1.6.2