mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 20:22:31 +01:00
-bugfix for bad static initialization
This commit is contained in:
parent
166d3b00ed
commit
5f0f6e322e
@ -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
|
||||
//
|
||||
|
||||
// =====================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user