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