From 319948b096029194a0dc27d5319794433f487a7b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 15 May 2005 23:16:49 +0000 Subject: Added recent colour history to editor --- BitmapChar.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'BitmapChar.cs') 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; - } } } } -- cgit v1.2.3