From 8d2a96416c0c02ec14f14c363052468115e61ec2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 31 Jan 2014 16:29:05 +0000 Subject: switch render 2 --- NT/src/nodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NT/src/nodes.h') diff --git a/NT/src/nodes.h b/NT/src/nodes.h index cf1fd3e..6bfb6f5 100644 --- a/NT/src/nodes.h +++ b/NT/src/nodes.h @@ -24,7 +24,7 @@ namespace Rotor{ init(settings); }; const double &get_output(const Frame_parameters &frame){ - value=frame.get_time(); + value=frame.time; return value; } Time* clone(Json::Value &_settings) { return new Time(_settings);}; @@ -34,7 +34,7 @@ namespace Rotor{ class Multiply: public Double_node { public: Multiply(){ - factors=create_array("factors"); + factors=create_array("factors","Factors to multiply","Factors"); type="multiply"; description="multiplies numbers"; title="Multiply"; -- cgit v1.2.3