From 555e88f4646964dafdc0d08fe71bfafb6538490b Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Wed, 5 Oct 2011 00:23:01 +0000 Subject: [PATCH] I accidently checked in a test value. ( reverted now ) --- source/shared_lib/sources/graphics/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/graphics/font.cpp b/source/shared_lib/sources/graphics/font.cpp index df04fab60..cc2839935 100644 --- a/source/shared_lib/sources/graphics/font.cpp +++ b/source/shared_lib/sources/graphics/font.cpp @@ -55,7 +55,7 @@ string Font::langHeightText = TextFTGL::langHeightText; #else -int Font::faceResolution = 720; +int Font::faceResolution = 72; string Font::langHeightText = "yW"; #endif