mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Remove blank-space render to speed up render time
This commit is contained in:
parent
7edf0c5dbd
commit
b2df144850
@ -297,8 +297,6 @@ apple2_text_draw(apple2 *mach, size_t addr)
|
||||
// yet
|
||||
}
|
||||
|
||||
// Blank out the space on the screen, then show the character
|
||||
vm_bitfont_render(font, mach->screen, &dest, ' ');
|
||||
vm_bitfont_render(font, mach->screen, &dest, charset[ch]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user