From 314b34423070cf127464da79a53cddf6b1c38587 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 06 May 2017 20:33:17 -0400
Subject: [PATCH] Skin shader

---
 LA.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/LA.java b/LA.java
index 9b85a39..87bd7d8 100644
--- a/LA.java
+++ b/LA.java
@@ -615,7 +615,7 @@
     private static int indxc[] = new int[4];
     
     
-    static int SIZE = 65536*64;
+    static int SIZE = 0; // 65536*64;
     
     static double[] costable = new double[SIZE];
     static double[] sintable = new double[SIZE];

--
Gitblit v1.6.2