From 3ae9b1de47e51e7c150412f2bb14383cb6a5f8f8 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 08 Jun 2019 23:57:12 -0400 Subject: [PATCH] Fix "+" issue --- Biparam.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Biparam.java b/Biparam.java index b4468b2..67ef12f 100644 --- a/Biparam.java +++ b/Biparam.java @@ -16,7 +16,7 @@ CreateMaterial(); } - void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) + void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) { //System.out.println("#vertices = " + bRep.VertexCount()); if(false) -- Gitblit v1.6.2