1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 03:35:09 +01:00

Remove commented-out code from Themes.cpp

This commit is contained in:
Gymnasiast
2026-01-17 18:31:36 +01:00
parent e46d2eba9e
commit 6ec4c80e59

View File

@@ -724,9 +724,8 @@ namespace OpenRCT2::Ui::Windows
return;
if (!colours[1].flags.has(ColourFlag::translucent))
// Rectangle::fill(rt, rt->x, rt->y, rt->x + rt->width - 1, rt->y + rt->height - 1,
// getColourMap(colours[1].colour).midLight);
GfxClear(rt, getColourMap(colours[1].colour).midLight);
screenCoords.y = 0;
for (int32_t i = 0; i < GetColourSchemeTabCount(); i++)
{