- code cleanup (removing / commenting uneeded items)

This commit is contained in:
Mark Vejvoda
2011-10-17 20:56:11 +00:00
parent d07e5ef859
commit 26afb589a3
6 changed files with 13 additions and 53 deletions

View File

@@ -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;