aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-effects/src
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-effects/src')
-rw-r--r--ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java b/ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java
index 48ff5ff..6917d70 100644
--- a/ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java
+++ b/ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java
@@ -250,9 +250,6 @@ public class Particle implements Savable {
* (interpolating between start and end size), spin (using parent's spin speed) and current age of particle. If this
* particle's age is greater than its lifespan, it is set to status DEAD.
* </p>
- * <p>
- * Note that this only changes the parameters of the Particle, not the geometry the particle is associated with.
- * </p>
*
* @param secondsPassed
* number of seconds passed since last update.