Grr! Fix for own error in r46193.

This commit is contained in:
Bastien Montagne
2012-05-03 05:39:30 +00:00
parent 90b0be522c
commit aecddee333

View File

@@ -609,7 +609,6 @@ static void node_composit_exec_blur(void *data, bNode *node, bNodeStack **in, bN
new = pass_on_compbuf(img);
}
else {
CompBuf *new, *img = in[0]->data;
// TODO: can this be mapped with reference, too?
const float sx = ((float)nbd->sizex*in[1]->vec[0])/2.0f, sy = ((float)nbd->sizey*in[1]->vec[0])/2.0f;
int c;