1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Merge pull request #25427 from Gymnasiast/refactor/string-drawing-2

Refactor string drawing
This commit is contained in:
Michael Steenbeek
2025-11-06 13:46:56 +01:00
committed by GitHub
102 changed files with 567 additions and 488 deletions

View File

@@ -376,7 +376,7 @@ namespace OpenRCT2::Ui::Windows
{
ft = Formatter();
ft.Add<money64>(_placementCost);
DrawTextBasic(rt, this->windowPos + ScreenCoordsXY{ 88, 94 }, STR_COST_LABEL, ft, { TextAlignment::CENTRE });
DrawTextBasic(rt, this->windowPos + ScreenCoordsXY{ 88, 94 }, STR_COST_LABEL, ft, { TextAlignment::centre });
}
}