From 6ed65dcb597fb2153cef75bf1845978f1115658c Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Fri, 14 Dec 2018 22:53:55 -0500
Subject: [PATCH] Repair shadow, normal push + attractor mesh.

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

diff --git a/RandomNode.java b/RandomNode.java
index 34cf047..20dd4e6 100644
--- a/RandomNode.java
+++ b/RandomNode.java
@@ -95,7 +95,7 @@
         
             //(int)(Math.random()*super.size());
         //globalcount++;
-        gcount += GraphreeD.mix3(rnd+12345,firstchoice*12345,gcount);
+        gcount += GrafreeD.mix3(rnd+12345,firstchoice*12345,gcount);
         
         gcount &= 0x7fffffff;
         

--
Gitblit v1.6.2