Fix blur reinit in tracer

This commit is contained in:
Hector Martin 2011-03-20 08:30:37 +01:00
parent cfd5c2b4f8
commit 8c23610b0f

View file

@ -724,6 +724,7 @@ int olTraceReInit(OLTraceCtx *ctx, OLTraceParams *params)
} else {
ctx->p = *params;
}
init_blur(ctx);
return 0;
}