display inline renaming - release

This commit is contained in:
Philippe G
2020-08-11 16:27:58 -07:00
parent a87066fef6
commit c5d871f5ee
9 changed files with 63 additions and 63 deletions

View File

@@ -89,7 +89,7 @@ void GDS_FontDrawChar( struct GDS_Device* Device, char Character, int x, int y,
YBit = ( i + OffsetY ) & 0x07;
if ( GlyphData[ YByte ] & BIT( YBit ) ) {
GDS_DrawPixel( Device, x, y, Color );
DrawPixel( Device, x, y, Color );
}
}