-bugfix for bad static initialization

This commit is contained in:
Mark Vejvoda 2011-10-14 21:09:08 +00:00
parent 166d3b00ed
commit 5f0f6e322e
1 changed files with 0 additions and 9 deletions

View File

@ -48,17 +48,8 @@ float Font::scaleFontValueCenterHFactor = 4.0;
int Font::baseSize = 3;
#ifdef USE_FTGL
int Font::faceResolution = TextFTGL::faceResolution;
string Font::langHeightText = TextFTGL::langHeightText;
#else
int Font::faceResolution = 72;
string Font::langHeightText = "yW";
#endif
//
// =====================================================