]> Some of my projects - openlase.git/commitdiff
Fix blur reinit in tracer
authorHector Martin <hector@marcansoft.com>
Sun, 20 Mar 2011 07:30:37 +0000 (08:30 +0100)
committerHector Martin <hector@marcansoft.com>
Sun, 20 Mar 2011 07:30:37 +0000 (08:30 +0100)
libol/trace.c

index aa077ad7336a2f25723db060794655df746aef0d..176e5e80c2bb89dc36a656421f6dcd4b1f1cb9ea 100644 (file)
@@ -724,6 +724,7 @@ int olTraceReInit(OLTraceCtx *ctx, OLTraceParams *params)
        } else {
                ctx->p = *params;
        }
+       init_blur(ctx);
        return 0;
 }