From c570e1e38f2ff8622a71f81436654bad01cfdd5b Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 21 Jul 2019 23:12:19 -0400
Subject: [PATCH] Raw embed texture (too big).

---
 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