From 40f408aaee14abd85d391008b4d22977dc586b50 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 21 Jul 2019 16:45:10 -0400 Subject: [PATCH] Prepare bimtexture. --- 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