1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +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

@@ -720,7 +720,7 @@ static std::vector<Widget> _window_editor_object_selection_widgets = {
bool ridePage = (GetSelectedObjectType() == ObjectType::Ride);
uint8_t paletteIndex = ColourMapA[colours[1]].mid_light;
GfxClear(&dpi, paletteIndex);
GfxClear(dpi, paletteIndex);
screenCoords.y = 0;
for (size_t i = 0; i < _listItems.size(); i++)