From 49d9c15d375942997692f7fccfb697665d0cb59e Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 20 Oct 2019 15:27:50 -0400 Subject: [PATCH] Sort by size --- 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