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 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index a73de9f..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; @@ -26,6 +27,10 @@ double toScreen[][]; iCameraPane pane; 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