SwitchNode.java
.. .. @@ -97,7 +97,8 @@ 97 97 98 98 if (bRep == null) 99 99 { 100 - bRep = (BoundaryRep) Grafreed.clone(switchobject.get(0).bRep);100 + // The switch mesh will be used to interpolate poaes (maybe).101 + bRep = (BoundaryRep)Grafreed.clone(switchobject.get(0).bRep);101 102 } 102 103 103 104 if (CameraPane.SUPPORT && display.DrawMode() == display.SHADOW)