From b3ae4e889872ca0b9ca76f1d17b2f0b961226729 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 05 Aug 2019 21:48:55 -0400
Subject: [PATCH] Fix physics UI

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

diff --git a/ClickInfo.java b/ClickInfo.java
index 0377695..8966a67 100644
--- a/ClickInfo.java
+++ b/ClickInfo.java
@@ -12,6 +12,7 @@
     ClickInfo()
     {
         bounds = new Rectangle();
+        //System.out.println("CLICKINFO");
     }
 
     static final int kCamera = 1;
@@ -28,6 +29,8 @@
     Graphics g;
     int DX, DY;
     float W = 1;
+    
+    double scale; // Distance from clicked point to origin
 
     static double matbuffer[][] = new double[4][4];
 }

--
Gitblit v1.6.2