1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Part of #12098: Use ScreenRect in gfx_filter_rect() (#15603)

This commit is contained in:
Steve Blythe
2021-10-20 23:43:32 +01:00
committed by GitHub
parent 60422960a3
commit b15dc66acb
18 changed files with 51 additions and 63 deletions

View File

@@ -1095,7 +1095,7 @@ static void window_editor_objective_options_rides_scrollpaint(rct_window* w, rct
if (i == w->selected_list_item)
{
stringId = STR_WINDOW_COLOUR_2_STRINGID;
gfx_filter_rect(dpi, 0, y, w->width, y + 11, FilterPaletteID::PaletteDarken1);
gfx_filter_rect(dpi, { 0, y, w->width, y + 11 }, FilterPaletteID::PaletteDarken1);
}
// Checkbox mark