From 5e1c410f8b99d246d1bbf828bbd8445bb716feeb Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 09 Sep 2019 21:59:44 -0400 Subject: [PATCH] Download tab + resized icons. --- Object3D.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Object3D.java b/Object3D.java index ff18bbd..3a1cb6e 100644 --- a/Object3D.java +++ b/Object3D.java @@ -140,6 +140,7 @@ projectedVertices[i] = new cVector2(); // Others } projectedVertices[0].x = 100; // bump + projectedVertices[1].y = 5000; // punchthrough. only for png } void MinMax(cVector minima, cVector maxima) -- Gitblit v1.6.2