From 547c9203ab5d8e4bee36d1cbb453dfa36bbec4ef Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 27 Aug 2019 23:45:18 -0400 Subject: [PATCH] Test has big data. --- 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