mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
This commit is contained in:
@@ -140,7 +140,7 @@ void Painter::PaintFPS(DrawPixelInfo& dpi)
|
||||
DrawText(dpi, screenCoords, { COLOUR_WHITE }, buffer);
|
||||
|
||||
// Make area dirty so the text doesn't get drawn over the last
|
||||
GfxSetDirtyBlocks({ { screenCoords - ScreenCoordsXY{ 16, 4 } }, { dpi.lastStringPos.x + 16, 16 } });
|
||||
GfxSetDirtyBlocks({ { screenCoords - ScreenCoordsXY{ 16, 4 } }, { dpi.lastStringPos.x + 16, screenCoords.y + 16 } });
|
||||
}
|
||||
|
||||
void Painter::MeasureFPS()
|
||||
|
||||
Reference in New Issue
Block a user