Crash fix in blur

This commit is contained in:
Joshua Granick
2019-04-08 14:12:31 -07:00
parent 5d0f446970
commit da8848fd38

View File

@@ -114,7 +114,7 @@ class StackBlur
si = si.n;
}
yw += w;
} while (--y > -1);
} while (--y > 0);
ms = mty;
ss = sty;