From 02e145cb923d601395acc7f15ae9e13f85ef2fbb Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 02 Jul 2018 21:38:58 -0400
Subject: [PATCH] Hip orientation.

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