mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Pass DrawPixelInfo by reference (#21563)
This commit is contained in:
@@ -775,7 +775,7 @@ static constexpr ScreenCoordsXY MiniMapOffsets[] = {
|
||||
|
||||
void OnScrollDraw(int32_t scrollIndex, DrawPixelInfo& dpi) override
|
||||
{
|
||||
GfxClear(&dpi, PALETTE_INDEX_10);
|
||||
GfxClear(dpi, PALETTE_INDEX_10);
|
||||
|
||||
G1Element g1temp = {};
|
||||
g1temp.offset = _mapImageData.data();
|
||||
|
||||
Reference in New Issue
Block a user