From e79247ef52a0bbb3864d46bb1e2c716005b3ecf3 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Thu, 18 Jul 2019 22:19:40 -0400
Subject: [PATCH] Move XYZ panel + icons.

---
 ClickInfo.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ClickInfo.java b/ClickInfo.java
index a73de9f..0377695 100644
--- a/ClickInfo.java
+++ b/ClickInfo.java
@@ -26,6 +26,8 @@
     double toScreen[][];
     iCameraPane pane;
     Graphics g;
+    int DX, DY;
+    float W = 1;
 
     static double matbuffer[][] = new double[4][4];
 }

--
Gitblit v1.6.2