Increase FPS font size

This commit is contained in:
Flyinghead 2018-05-13 16:45:20 +02:00
parent c30548eb6a
commit b68f0a16a8
1 changed files with 1 additions and 1 deletions

View File

@ -1322,7 +1322,7 @@ static void OSD_HOOK()
if (fps >= 0) {
char text[32];
sprintf(text, "F:%.1f", fps);
DrawRightedText(470, 0.5f, 196, text);
DrawRightedText(460, 1.f, 196, text);
}
}
}