mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 15:54:31 +01:00
Pass DPI by ref to string drawing
This commit is contained in:
@@ -204,7 +204,7 @@ public:
|
||||
|
||||
// Draw item string
|
||||
Formatter ft(reinterpret_cast<uint8_t*>(&gDropdownItems[i].Args));
|
||||
DrawTextEllipsised(&dpi, screenCoords, width - 5, item, ft, { colour });
|
||||
DrawTextEllipsised(dpi, screenCoords, width - 5, item, ft, { colour });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user