From b1d79b74514041a059b454a9f6fc3970773c0cb8 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 12 Aug 2019 18:19:30 -0400 Subject: [PATCH] Compact toolbar. --- SwitchNode.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/SwitchNode.java b/SwitchNode.java index c6e4dff..96c3568 100644 --- a/SwitchNode.java +++ b/SwitchNode.java @@ -97,7 +97,8 @@ if (bRep == null) { - bRep = (BoundaryRep) Grafreed.clone(switchobject.get(0).bRep); + // The switch mesh will be used to interpolate poaes (maybe). + bRep = (BoundaryRep)Grafreed.clone(switchobject.get(0).bRep); } if (CameraPane.SUPPORT && display.DrawMode() == display.SHADOW) -- Gitblit v1.6.2