mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +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;
|
int mColor;
|
||||||
bool mCentered;
|
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);
|
Super.Init(x, y);
|
||||||
mText = text;
|
mText = text;
|
||||||
|
|
Loading…
Reference in a new issue