From c60a1ad4f6aa4904e80280586b440a584b5ff061 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 22 Apr 2019 15:17:45 -0400 Subject: [PATCH] Refactoring phase 2 --- cSpring.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cSpring.java b/cSpring.java index fcf1d91..47b7769 100644 --- a/cSpring.java +++ b/cSpring.java @@ -543,13 +543,13 @@ } // serial lost - void DrawNode0(CameraPane display) + void DrawNode0(iCameraPane display) { super.DrawNode(display, null, false); } - void DrawNode/*notused*/(CameraPane display, Object3D /*Composite*/ root, boolean selected) + void DrawNode/*notused*/(iCameraPane display, Object3D /*Composite*/ root, boolean selected) { // assert displaylist == -1; -- Gitblit v1.6.2