Reset the font scale after drawing with it
This commit is contained in:
parent
1d87f9a104
commit
a2af7127e7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user