|
@@ -52,7 +52,7 @@ public class MergeNode : RenderNode
|
|
|
|
|
|
private void Merge(DrawingSurface target, RenderContext context)
|
|
private void Merge(DrawingSurface target, RenderContext context)
|
|
{
|
|
{
|
|
- if (Bottom.Value != null && Top.Value != null && BlendMode.Value != Enums.BlendMode.Normal)
|
|
|
|
|
|
+ if (Bottom.Value != null && Top.Value != null)
|
|
{
|
|
{
|
|
int saved = target.Canvas.SaveLayer();
|
|
int saved = target.Canvas.SaveLayer();
|
|
Bottom.Value?.Paint(context, target);
|
|
Bottom.Value?.Paint(context, target);
|