From f884e52ba3e454cbe0f1ac5bfd288083b47a237c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 21 Nov 2013 13:40:05 +0000 Subject: fix mix mode cycler skip --- rotord/src/rotor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 3874df6..624e0f0 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -584,11 +584,11 @@ namespace Rotor { return nullptr; } //cut mode - for (uint32_t i=0;iget((Time_spec)frame)+i)%image_inputs.size(); + //for (uint32_t i=0;iget((Time_spec)frame)))%image_inputs.size(); //+i Image *in=image_inputs[whichinput]->get(inframe); if (in) return in; - } + //} return nullptr; } Video_cycler* clone(map &_settings) { return new Video_cycler(_settings);}; -- cgit v1.2.3