aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/qquickwander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/particles/qquickwander.cpp')
-rw-r--r--src/particles/qquickwander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particles/qquickwander.cpp b/src/particles/qquickwander.cpp
index 9def03adce..a7e6c8db04 100644
--- a/src/particles/qquickwander.cpp
+++ b/src/particles/qquickwander.cpp
@@ -120,7 +120,7 @@ WanderData* QQuickWanderAffector::getData(int idx)
bool QQuickWanderAffector::affectParticle(QQuickParticleData* data, qreal dt)
{
- /*TODO: Add a mode which does basically this - picking a direction, going in it (random speed) and then going back
+ /*TODO: Add a mode which does basically this - picking a direction, going in it (random velocity) and then going back
WanderData* d = getData(data->systemIndex);
if (m_xVariance != 0.) {
if ((d->x_vel > d->x_peak && d->x_var > 0.0) || (d->x_vel < -d->x_peak && d->x_var < 0.0)) {