fixed small font for launcher

This commit is contained in:
thrust26 2020-11-22 21:58:49 +01:00
parent 38bea325c3
commit 790ace5c56
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void FrameBuffer::setupFonts()
FontDesc FrameBuffer::getFontDesc(const string& name) const
{
if(name == "small")
return GUI::consoleBDesc; // 8x13
return GUI::consoleDesc; // 8x13
else if(name == "low_medium")
return GUI::consoleMediumBDesc; // 9x15
else if(name == "medium")