diff GUIFont.cpp @ 2073:38bf1c70fc70

some text rendering fix
author Gloval
date Wed, 04 Dec 2013 08:50:24 +0400
parents 259df09dfb50
children d28d3c006077
line wrap: on
line diff
--- a/GUIFont.cpp	Tue Dec 03 21:30:40 2013 +0200
+++ b/GUIFont.cpp	Wed Dec 04 08:50:24 2013 +0400
@@ -192,7 +192,7 @@
             if ( char_pxl )
                 {
                 if ( char_pxl == 1 )
-                    *draw_buff = pFontPalette[1];         
+                    *draw_buff = pFontPalette[1];     
                 else         
                     *draw_buff = draw_color;         
                 }