mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +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;
|
int Font::baseSize = 3;
|
||||||
|
|
||||||
#ifdef USE_FTGL
|
|
||||||
|
|
||||||
int Font::faceResolution = TextFTGL::faceResolution;
|
|
||||||
string Font::langHeightText = TextFTGL::langHeightText;
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
int Font::faceResolution = 72;
|
int Font::faceResolution = 72;
|
||||||
string Font::langHeightText = "yW";
|
string Font::langHeightText = "yW";
|
||||||
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// =====================================================
|
// =====================================================
|
||||||
|
Reference in New Issue
Block a user