mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Change FilterPaletteID to lowerCamelCase
This commit is contained in:
@@ -140,7 +140,7 @@ void ChatDraw(RenderTarget& rt, ColourWithFlags chatBackgroundColor)
|
||||
{ topLeft - ScreenCoordsXY{ 0, 5 }, bottomRight + ScreenCoordsXY{ 0, 5 } }); // Background area + Textbox
|
||||
GfxFilterRect(
|
||||
rt, { topLeft - ScreenCoordsXY{ 0, 5 }, bottomRight + ScreenCoordsXY{ 0, 5 } },
|
||||
FilterPaletteID::Palette51); // Opaque grey background
|
||||
FilterPaletteID::palette51); // Opaque grey background
|
||||
GfxFillRectInset(
|
||||
rt, { topLeft - ScreenCoordsXY{ 0, 5 }, bottomRight + ScreenCoordsXY{ 0, 5 } }, chatBackgroundColor,
|
||||
INSET_RECT_FLAG_FILL_NONE);
|
||||
|
||||
Reference in New Issue
Block a user