summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMarco Cecchetti <mrcekets@gmail.com>2012-06-23 18:58:07 +0200
committerMarco Cecchetti <mrcekets@gmail.com>2012-06-28 12:28:07 +0200
commit06859010450505885a34313711a0d9d1fbaa30f2 (patch)
tree0caf3ad15ca2dd60958ad259eb20910e467f9c40 /slideshow
parent19da52d09b74a7de98be454fd48f807758e18c96 (diff)
Fixed a bug that prevented repeated animations to work properly when the repeatCount
value is greater than 2.
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/animationnodes/basecontainernode.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/basecontainernode.cxx b/slideshow/source/engine/animationnodes/basecontainernode.cxx
index 3ac076a19a18..6dab08e5fe1e 100644
--- a/slideshow/source/engine/animationnodes/basecontainernode.cxx
+++ b/slideshow/source/engine/animationnodes/basecontainernode.cxx
@@ -85,7 +85,6 @@ bool BaseContainerNode::init_children()
void BaseContainerNode::deactivate_st( NodeState eDestState )
{
- mnLeftIterations = 0.0;
if (eDestState == FROZEN) {
// deactivate all children that are not FROZEN or ENDED:
forEachChildNode( boost::mem_fn(&AnimationNode::deactivate),