mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Pass DrawPixelInfo by reference (#21563)
This commit is contained in:
@@ -275,7 +275,7 @@ static Widget _inventionListDragWidgets[] = {
|
||||
|
||||
// Draw background
|
||||
uint8_t paletteIndex = ColourMapA[colours[1]].mid_light;
|
||||
GfxClear(&dpi, paletteIndex);
|
||||
GfxClear(dpi, paletteIndex);
|
||||
|
||||
int16_t boxWidth = widgets[WIDX_RESEARCH_ORDER_SCROLL].width();
|
||||
int32_t itemY = -SCROLLABLE_ROW_HEIGHT;
|
||||
|
||||
Reference in New Issue
Block a user