Fix blur reinit in tracer
This commit is contained in:
parent
cfd5c2b4f8
commit
8c23610b0f
1 changed files with 1 additions and 0 deletions
|
@ -724,6 +724,7 @@ int olTraceReInit(OLTraceCtx *ctx, OLTraceParams *params)
|
|||
} else {
|
||||
ctx->p = *params;
|
||||
}
|
||||
init_blur(ctx);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue