mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Pass DPI by ref to string drawing
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
FilterPaletteID::PaletteDarken3);
|
||||
|
||||
DrawStringCentredRaw(
|
||||
&dpi, { leftTop + ScreenCoordsXY{ (width + 1) / 2 - 1, 1 } }, _numLines, _text.data(), FontStyle::Medium);
|
||||
dpi, { leftTop + ScreenCoordsXY{ (width + 1) / 2 - 1, 1 } }, _numLines, _text.data(), FontStyle::Medium);
|
||||
}
|
||||
|
||||
void OnUnknown5() override
|
||||
|
||||
Reference in New Issue
Block a user