mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: ListMenuItemStaticText used the wrong default color.
This commit is contained in:
parent
1fccec32d6
commit
2533ff3ffc
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class ListMenuItemStaticText : ListMenuItem
|
|||
int mColor;
|
||||
bool mCentered;
|
||||
|
||||
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = Font.CR_UNTRANSLATED)
|
||||
void Init(ListMenuDescriptor desc, double x, double y, String text, int color = -1)
|
||||
{
|
||||
Super.Init(x, y);
|
||||
mText = text;
|
||||
|
|
Loading…
Reference in a new issue