|
|
|
|
@ -1369,7 +1369,7 @@ void DrawFPS(const Surface &out)
|
|
|
|
|
: BufCopy(buf, fps / FpsPow10, ".", fps % FpsPow10, " FPS"); |
|
|
|
|
formatted = { buf, static_cast<std::string_view::size_type>(end - buf) }; |
|
|
|
|
}; |
|
|
|
|
DrawString(out, formatted, Point { 8, 68 }, { .flags = UiFlags::ColorRed }); |
|
|
|
|
DrawString(out, formatted, Point { 8, 8 }, { .flags = UiFlags::ColorRed }); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|