summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/nodes_channels.h')
-rw-r--r--rotord/src/nodes_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_channels.h b/rotord/src/nodes_channels.h
index 8e7d2a0..fe129ea 100644
--- a/rotord/src/nodes_channels.h
+++ b/rotord/src/nodes_channels.h
@@ -414,10 +414,10 @@ namespace Rotor {
title="Echo trails";
description="Draw trail frames additively that fade off over time";
UID="5b1ab684-2d0b-11e3-8fa2-970be8c360dd";
+ lastframe=-1;
};
Echo_trails(map<string,string> &settings):Echo_trails() {
base_settings(settings);
- lastframe=-1;
}
~Echo_trails(){
for (auto i:images) delete i.second;