summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_channels.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-16 22:59:25 -0700
committerComment <tim@gray.(none)>2013-10-16 22:59:25 -0700
commit7ede5e547851f61dd600c12532a09038d811c418 (patch)
treec79cb6eee3e592556d618af453d0091324602b9b /rotord/src/nodes_channels.h
parente2517ccd53a2219a7550bde0ba27f9df6e8d23bb (diff)
fix shape colour attribute for json loader
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;