From 3c4c16e0a4ca3949a7a37a24607df7f89abfe7ea Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 22 Apr 2019 16:52:58 -0400
Subject: [PATCH] Refactoring phase 3

---
 cMesh.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cMesh.java b/cMesh.java
index 942d155..863e918 100644
--- a/cMesh.java
+++ b/cMesh.java
@@ -484,7 +484,7 @@
     }
     
     
-    void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
+    void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
     {
 // ??????        if (size() > 0)
 //        {
@@ -644,7 +644,7 @@
             gl.glEnable(gl.GL_LIGHTING);
         }
         
-        if (live && display.isLIVE() && display.drawMode == CameraPane.DEFAULT)
+        if (live && Globals.isLIVE() && display.DrawMode() == CameraPane.DEFAULT)
         {
         //System.out.println("UPDATE");
             if (Phys == null)

--
Gitblit v1.6.2