Skip to content

Commit

Permalink
Fix spacing on web link
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilkins committed Jan 15, 2024
1 parent f7501c7 commit 1ebc948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LanternExtractor/Infrastructure/EqBmp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void MakeMagentaTransparent()
_bitmap.MakeTransparent(Color.Magenta);
if (NeedsGdipHacks)
{
// https://github.com/ mono/libgdiplus/commit/bf9a1440b7bfea704bf2cb771f5c2b5c09e7bcfa
// https://github.com/mono/libgdiplus/commit/bf9a1440b7bfea704bf2cb771f5c2b5c09e7bcfa
_bitmap.MakeTransparent(Color.FromArgb(0, Color.Magenta));
}
}
Expand Down

0 comments on commit 1ebc948

Please sign in to comment.