diff --git a/gitadora-textool/Program.cs b/gitadora-textool/Program.cs index ca0a033..635f08b 100644 --- a/gitadora-textool/Program.cs +++ b/gitadora-textool/Program.cs @@ -337,7 +337,7 @@ namespace gitadora_textool { for (int i = 0; i < 256; i++) { - Color c = Color.FromArgb((byte)i, (byte)i, (byte)i); + Color c = Color.FromArgb((byte)i, (byte)i, (byte)i), (byte)i); entries[i] = c; } } else