From c67da2e5d8655704601d6d06e8bc60aabe212253 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 23 Jun 2019 21:49:12 -0400 Subject: [PATCH] Compute shadow when live option. --- Grafreed.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Grafreed.java b/Grafreed.java index f05fa38..7007edf 100644 --- a/Grafreed.java +++ b/Grafreed.java @@ -876,7 +876,7 @@ static int depth = 0; static java.util.Stack stack = new java.util.Stack(); static boolean traceoff = false; // true; - static float[] colorV = new float[5]; + static float[] colorV = new float[4]; // 5]; static void traceon() { -- Gitblit v1.6.2