mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-27 20:51:17 +00:00
Blank out the space we want to render a character
This commit is contained in:
parent
29652b2368
commit
4ad690212f
@ -76,7 +76,7 @@ apple2_draw_text(apple2 *mach, vm_16bit addr)
|
||||
ch = (char)vm_segment_get(mach->memory, addr);
|
||||
|
||||
// Let's firstly blank out that space on screen.
|
||||
//vm_bitfont_render(mach->sysfont, mach->screen, &dest, ' ');
|
||||
vm_bitfont_render(mach->sysfont, mach->screen, &dest, ' ');
|
||||
|
||||
// Now show the goddamned thing
|
||||
vm_bitfont_render(mach->sysfont, mach->screen, &dest, ch);
|
||||
|
Loading…
Reference in New Issue
Block a user