diff --git a/LanternExtractor/Infrastructure/EqBmp.cs b/LanternExtractor/Infrastructure/EqBmp.cs index 8f04b43..28bd0d3 100644 --- a/LanternExtractor/Infrastructure/EqBmp.cs +++ b/LanternExtractor/Infrastructure/EqBmp.cs @@ -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)); } }