Skip to content
Snippets Groups Projects
Commit f7c87c18 authored by deuce's avatar deuce
Browse files

Fix setfont() which fixes font issue with C64 mode.

The palette still seems wrong though.
parent 8a782e07
Branches
Tags
No related merge requests found
......@@ -361,6 +361,7 @@ int bitmap_setfont(int font, int force)
free(pold);
}
}
bitmap_loadfont(NULL);
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment