aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/particles/particlesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/particles/particlesystem.h')
-rw-r--r--src/imports/particles/particlesystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/imports/particles/particlesystem.h b/src/imports/particles/particlesystem.h
index 896f215bfc..fc5575d3a7 100644
--- a/src/imports/particles/particlesystem.h
+++ b/src/imports/particles/particlesystem.h
@@ -118,6 +118,11 @@ emit overwriteChanged(arg);
}
}
+void fastForward(int ms)
+{
+ m_startTime += ms;
+}
+
protected:
void componentComplete();