diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-03 10:16:35 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-03 10:16:35 +0000 |
| commit | fb420b3af414ce8f12481b0df099f24f33c641e0 (patch) | |
| tree | 5f5f908c16c38a9f79506181469caab53c7bfc74 /rotord | |
| parent | 976275dedfc42170d657fbbdd31312864f18999c (diff) | |
echo trails fix
Diffstat (limited to 'rotord')
| -rw-r--r-- | rotord/src/nodes_channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_channels.h b/rotord/src/nodes_channels.h index d7d93b2..1cb151e 100644 --- a/rotord/src/nodes_channels.h +++ b/rotord/src/nodes_channels.h @@ -468,7 +468,7 @@ namespace Rotor { Frame_spec wanted=Frame_spec(absframe,frame.framerate,frame.duration,frame.w,frame.h); Image *in2=(((Image_node*)image_inputs[0]->connection)->get_image_output(wanted)); if (in2) apply_LUT(*(in2),*(images[absframe])); - else in2->clear(); + else images[absframe]->clear(); } if (fless(1.0f,parameters["fadeto"]->value)){ float amount=(((parameters["number"]->value-i)/parameters["number"]->value)*(1.0f-parameters["fadeto"]->value))+(1.0f-parameters["fadeto"]->value); |
