From f9325048496d7cdbcad233f8a6b84c88e79adcc2 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 17 Sep 2019 20:11:47 -0400
Subject: [PATCH] Rename link2master to link2support.

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

diff --git a/ParticleSystem.java b/ParticleSystem.java
index bce1a74..36c4cd1 100755
--- a/ParticleSystem.java
+++ b/ParticleSystem.java
@@ -132,7 +132,7 @@
     protected Vector3f upVector;
     protected Vector3f leftVector;
     protected Vector3f invScale;
-    protected Particle particles[];
+    protected Particle[] particles;
 
     // protected Vector3f particleSpeed;
     protected int releaseRate; // particles per second

--
Gitblit v1.6.2