aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-effects
diff options
context:
space:
mode:
authorRenanse <[email protected]>2013-01-14 10:35:32 -0600
committerRenanse <[email protected]>2013-01-14 10:35:32 -0600
commit80c0ced7c4ad804914e1c2dface5622d6b168d83 (patch)
tree1f35cfccb978fdbee59142dacc91918ae7937289 /ardor3d-effects
parentd0495e72b3c4f1161327183e3edbf8a850993584 (diff)
fixed erroneous javadoc
Diffstat (limited to 'ardor3d-effects')
-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.