Corrected weird half-commented-out code

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-05-07 17:52:33 +02:00
parent ef00d064ab
commit 3d42044917

View file

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