Skip to content

Commit

Permalink
That was for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Oct 29, 2021
1 parent 45bdeeb commit 95311fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PixiEditor/Models/DataHolders/Surface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public static Surface Combine(int width, int height, IEnumerable<(SKImage image,
surface.SkiaSurface.Canvas.DrawImage(image.image, (SKPoint)image.offset);
}

surface.SkiaSurface.Canvas.DrawRect(0, 0, width, height, new SKPaint() { Color = SKColors.White, BlendMode = SKBlendMode.Plus });

return surface;
}

Expand Down

0 comments on commit 95311fa

Please sign in to comment.