diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-21 16:10:21 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-21 16:10:21 +0000 |
| commit | 6a9e9a8f44ca5b9996acd239ddb16ee4f00f00d5 (patch) | |
| tree | 30811251f81379abc3b987ee112fe0d114e3b445 /rotord/src/rotor.h | |
| parent | f884e52ba3e454cbe0f1ac5bfd288083b47a237c (diff) | |
intensity segmenter level redistribution
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 624e0f0..e882c05 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -584,7 +584,7 @@ namespace Rotor { return nullptr; } //cut mode - //for (uint32_t i=0;i<image_inputs.size();i++){ + //for (uint32_t i=0;i<image_inputs.size();i++){ //this skipped a beat for some reason int whichinput=(((int)inputs[0]->get((Time_spec)frame)))%image_inputs.size(); //+i Image *in=image_inputs[whichinput]->get(inframe); if (in) return in; |
