Improve paint dilation

This commit is contained in:
luboslenco
2020-11-30 16:41:54 +01:00
parent f3c267122b
commit b6e5606730
+1 -1
View File
@@ -709,7 +709,7 @@ class RenderPathPaint {
}
public static function dilate(base: Bool, nor_pack: Bool) {
if (Config.raw.dilate_radius > 0) {
if (Config.raw.dilate_radius > 0 && !Context.paint2d) {
arm.util.UVUtil.cacheDilateMap();
Layers.makeTempImg();
var tid = Context.layer.id;