1
0
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:
Harry Hopkinson
2024-03-10 15:00:08 +00:00
committed by GitHub
parent 9ebe65b55a
commit 78d95fc0bd
24 changed files with 194 additions and 194 deletions

View File

@@ -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();