Corrected weird half-commented-out code
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
ef00d064ab
commit
3d42044917
1 changed files with 4 additions and 3 deletions
|
@ -567,13 +567,14 @@ void InitTextObject(const char *font_name)
|
|||
fontHeight = 12;
|
||||
}
|
||||
else
|
||||
{*/
|
||||
{
|
||||
fontWidth = 5 * magnification;
|
||||
fontHeight = 10 * magnification;
|
||||
}*/
|
||||
|
||||
fontWidth = 5 * magnification;
|
||||
fontHeight = 10 * magnification;
|
||||
|
||||
// }
|
||||
|
||||
size_t data_size;
|
||||
#ifdef WINDOWS
|
||||
// Actually use the font Config.dat specifies
|
||||
|
|
Loading…
Add table
Reference in a new issue