mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
-bugfix for bad static initialization
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
// =====================================================
|
||||
|
Reference in New Issue
Block a user