From 73a00e3b343526887579f698ca2db324cc4c7cee Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Fri, 22 Jan 2021 16:25:05 -0500 Subject: bold text for file selector cwd --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 953b109..2c35958 100644 --- a/main.c +++ b/main.c @@ -179,7 +179,7 @@ int main(int argc, char **argv) { SDL_GL_SetSwapInterval(1); // vsync - ted_load_font(ted); + ted_load_fonts(ted); if (ted_haserr(ted)) die("Error loading font: %s", ted_geterr(ted)); { -- cgit v1.2.3