This commit is contained in:
Jesse Boyd 2017-02-07 19:23:26 +11:00
parent 82b0722d05
commit 295baa4217
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -254,8 +254,8 @@ public class ForwardExtentCopy implements Operation {
transExt.setTransform(currentTransform);
}
affected += blockVisitor.getAffected();
}
affected = blockVisitor.getAffected();
return null;
}