aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgturbulence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgturbulence.cpp')
-rw-r--r--src/declarative/particles/qsgturbulence.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/particles/qsgturbulence.cpp b/src/declarative/particles/qsgturbulence.cpp
index 7792c61ecd..aa5dfeb0bc 100644
--- a/src/declarative/particles/qsgturbulence.cpp
+++ b/src/declarative/particles/qsgturbulence.cpp
@@ -177,6 +177,7 @@ void QSGTurbulenceAffector::affectSystem(qreal dt)
if (!m_system || !m_enabled)
return;
ensureInit();
+ updateOffsets();//### Needed if an ancestor is transformed.
QRectF boundsRect(0, 0, width()-1, height()-1);
foreach (QSGParticleGroupData *gd, m_system->m_groupData){