mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 15:23:01 +01:00
Split colours and colour flags
This commit is contained in:
committed by
Michael Steenbeek
parent
f5b5e45069
commit
8a181b5513
@@ -644,7 +644,7 @@ void WindowDrawWidgets(WindowBase& w, DrawPixelInfo& dpi)
|
||||
if (w.flags & WF_WHITE_BORDER_MASK)
|
||||
{
|
||||
GfxFillRectInset(
|
||||
dpi, { w.windowPos, w.windowPos + ScreenCoordsXY{ w.width - 1, w.height - 1 } }, COLOUR_WHITE,
|
||||
dpi, { w.windowPos, w.windowPos + ScreenCoordsXY{ w.width - 1, w.height - 1 } }, { COLOUR_WHITE },
|
||||
INSET_RECT_FLAG_FILL_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user