Update ImageDataUtil.hx

strength can smaller than one
This commit is contained in:
imcasper
2018-11-17 15:25:09 +02:00
committed by Joshua Granick
parent 2dcd5c969c
commit 06982a4ac2

View File

@@ -783,7 +783,7 @@ class ImageDataUtil {
var x: Int;
var y: Int;
if (strength > 1) {
if (strength != 1) {
if (offset <= 0) {
y = 0;
while (y < h) {