Fix for last commit

This commit is contained in:
heckflosse 2017-03-23 22:25:34 +01:00
parent c965326ff5
commit e08c3b3794

View File

@ -1270,8 +1270,8 @@ void ImProcFunctions::BlurNoise_Local (int call, int sp, LabImage * tmp1, const
} }
} }
} }
int begx = lp.xc - lp.lxL); int begx = lp.xc - lp.lxL;
int begy = lp.yc - lp.lyT); int begy = lp.yc - lp.lyT;
switch (zone) { switch (zone) {