This commit is contained in:
Kartik Agaram 2021-02-07 22:24:27 -08:00
parent a99775b445
commit 899759edef
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ fn screen-size screen: (addr screen) -> _/eax: int, _/ecx: int {
}
# testable screen primitive
# background color isn't configurable yet
fn draw-grapheme screen: (addr screen), g: grapheme, x: int, y: int, color: int, background-color: int {
{
compare screen, 0