changeset 50:e2ac88d85aec

Fix font filename.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Aug 2013 15:40:29 +0300
parents 1efee62c0f96
children 275b6c78f03b
files src/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;