summaryrefslogtreecommitdiff
path: root/rotord/src/rotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rotor.h')
-rw-r--r--rotord/src/rotor.h2
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;