OpenRCT2/data
chrhaase 4ff0022c58
Fix #15844: Tile Inspector inconsistent text colour
`COLOUR_WHITE` was being passed as the colour when drawing
any text. The Options window uses the `rct_window::colours`
array for resolving the correct theme colour.
Replacing all occurrences of `COLOUR_WHITE` with
`w->colours[1]` makes the text colours more consistent.
In the details section values are still painted in black
no matter the colour theme, which is consistent with e.g.
the park information window.
2021-11-09 09:11:48 +01:00
..
language Fix #15844: Tile Inspector inconsistent text colour 2021-11-09 09:11:48 +01:00
shaders Improve shader compatibility with GLES (#14489) 2021-04-20 08:10:23 +02:00