From 7ede5e547851f61dd600c12532a09038d811c418 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 16 Oct 2013 22:59:25 -0700 Subject: fix shape colour attribute for json loader --- rotord/src/nodes_channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/nodes_channels.h') 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 &settings):Echo_trails() { base_settings(settings); - lastframe=-1; } ~Echo_trails(){ for (auto i:images) delete i.second; -- cgit v1.2.3