From caed9b7b05005ee2bcec8e7262bf5f63fe2a4df8 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Aug 2013 16:53:18 +0100 Subject: signal node preview --- rotord/src/rendercontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rendercontext.cpp') diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index a5bb54f..b93f39d 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -312,7 +312,7 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H int frame=root["frame"].asInt(); int width=root["width"].asInt(); int height=root["height"].asInt(); - if (graph.preview(XML,preview_node,width,height)) { + if (graph.preview(XML,preview_node,frame,width,height)) { status=HTTPResponse::HTTP_OK; } else { -- cgit v1.2.3