mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Initialise CustomWidgetDesc::TextAlign.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenRCT2::Ui::Windows
|
||||
std::string Name;
|
||||
ImageId Image;
|
||||
std::string Text;
|
||||
TextAlignment TextAlign;
|
||||
TextAlignment TextAlign{};
|
||||
colour_t Colour{};
|
||||
std::string Tooltip;
|
||||
std::vector<std::string> Items;
|
||||
|
||||
Reference in New Issue
Block a user