mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Fix initial value of SpriteBase
This commit is contained in:
parent
4d9c278ebc
commit
a4747b9c8c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ enum class TextUnderline
|
|||
struct TextPaint
|
||||
{
|
||||
colour_t Colour = COLOUR_BLACK;
|
||||
FontSpriteBase SpriteBase = FontSpriteBase::SMALL;
|
||||
FontSpriteBase SpriteBase = FontSpriteBase::MEDIUM;
|
||||
TextUnderline UnderlineText = TextUnderline::Off;
|
||||
TextAlignment Alignment = TextAlignment::LEFT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue