mirror of
https://github.com/glest/glest-source.git
synced 2025-09-28 08:29:00 +02:00
- code cleanup (removing / commenting uneeded items)
This commit is contained in:
@@ -40,9 +40,9 @@ bool Font::fontIsRightToLeft = false;
|
||||
|
||||
// This value is used to scale the font text rendering
|
||||
// in 3D render mode
|
||||
float Font::scaleFontValue = 0.80;
|
||||
float Font::scaleFontValue = 0.80f;
|
||||
// This value is used for centering font text vertically (height)
|
||||
float Font::scaleFontValueCenterHFactor = 4.0;
|
||||
float Font::scaleFontValueCenterHFactor = 4.0f;
|
||||
//float Font::scaleFontValue = 1.0;
|
||||
//float Font::scaleFontValueCenterHFactor = 4.0;
|
||||
|
||||
|
Reference in New Issue
Block a user