summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-28 16:53:18 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-28 16:53:18 +0100
commitcaed9b7b05005ee2bcec8e7262bf5f63fe2a4df8 (patch)
tree9d46493a1fc75df5577deabb559eead27934a873 /rotord/src/rendercontext.cpp
parentaa2ae6cdc3e808960f51238d9c1298d54d27e4ef (diff)
signal node preview
Diffstat (limited to 'rotord/src/rendercontext.cpp')
-rw-r--r--rotord/src/rendercontext.cpp2
1 files changed, 1 insertions, 1 deletions
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 {