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. --- GroupLeaf.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/GroupLeaf.java b/GroupLeaf.java index b42c72d..805acf2 100644 --- a/GroupLeaf.java +++ b/GroupLeaf.java @@ -9,7 +9,8 @@ */ public class GroupLeaf extends Composite { - static final long serialVersionUID = -1647706059469889079L; + static final long serialVersionUID = // for wader: -6036608125951558970L; + -1647706059469889079L; GroupLeaf() { -- Gitblit v1.6.2