diff options
author | Renanse <[email protected]> | 2013-01-14 10:35:32 -0600 |
---|---|---|
committer | Renanse <[email protected]> | 2013-01-14 10:35:32 -0600 |
commit | 80c0ced7c4ad804914e1c2dface5622d6b168d83 (patch) | |
tree | 1f35cfccb978fdbee59142dacc91918ae7937289 /ardor3d-effects | |
parent | d0495e72b3c4f1161327183e3edbf8a850993584 (diff) |
fixed erroneous javadoc
Diffstat (limited to 'ardor3d-effects')
-rw-r--r-- | ardor3d-effects/src/main/java/com/ardor3d/extension/effect/particle/Particle.java | 3 |
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. |