diff options
Diffstat (limited to 'BitmapChar.cs')
-rw-r--r-- | BitmapChar.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/BitmapChar.cs b/BitmapChar.cs index e1cf532..b161d4f 100644 --- a/BitmapChar.cs +++ b/BitmapChar.cs @@ -234,11 +234,6 @@ namespace BitmapFontEd else
{
s[x,y]=Color.FromArgb(255,(col&0xff0000)>>16,(col&0xff00)>>8,col&0xff);
-
- if (s[x,y].R==0 && s[x,y].G==0 && s[x,y].B==0)
- {
- s[x,y]=Color.Black;
- }
}
}
}
|