diff src/main.c @ 50:e2ac88d85aec

Fix font filename.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 15:40:29 +0300
parents a4a3700f9c96
children ca665ce720ec
line wrap: on
line diff
--- a/src/main.c	Tue Aug 06 15:39:53 2013 +0300
+++ b/src/main.c	Tue Aug 06 15:40:29 2013 +0300
@@ -201,7 +201,7 @@
     normal.foreground_color.g = 0.65;
     normal.foreground_color.b = 0.45;
 
-    normal.font = texture_font_new( atlas, "data/fonts/term.ttf", 33 );
+    normal.font = texture_font_new( atlas, "data/fonts/term.TTF", 33 );
 
     markup_t bold = normal;
     bold.bold = 1;