Increase FPS font size
This commit is contained in:
parent
c30548eb6a
commit
b68f0a16a8
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue