From 912749d2520afedd9b56458d771400c261fe2b88 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 08 Aug 2019 20:56:19 -0400 Subject: [PATCH] All textures working. --- RandomNode.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RandomNode.java b/RandomNode.java index b1c0107..7d0d7b3 100644 --- a/RandomNode.java +++ b/RandomNode.java @@ -5,7 +5,7 @@ RandomNode() { - this("Random"); + this("Switch"); } RandomNode(String name) -- Gitblit v1.6.2