Fix for last commit
This commit is contained in:
parent
c965326ff5
commit
e08c3b3794
@ -1270,8 +1270,8 @@ void ImProcFunctions::BlurNoise_Local (int call, int sp, LabImage * tmp1, const
|
||||
}
|
||||
}
|
||||
}
|
||||
int begx = lp.xc - lp.lxL);
|
||||
int begy = lp.yc - lp.lyT);
|
||||
int begx = lp.xc - lp.lxL;
|
||||
int begy = lp.yc - lp.lyT;
|
||||
|
||||
switch (zone) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user