Reset the font scale after drawing with it

This commit is contained in:
Benau 2018-08-16 15:25:58 +08:00
parent 1d87f9a104
commit a2af7127e7

View File

@ -732,6 +732,7 @@ void RaceGUI::drawRank(const AbstractKart *kart,
int(offset.Y - 0.49f*meter_height));
font->draw(oss.str().c_str(), pos, color, true, true);
font->setScale(1.0f);
return;
}