mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Made m_bOutlinedText a protected member
This commit is contained in:
parent
001704b22e
commit
97bcc07aab
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ class UILabel : public UIWidget
|
|||
int m_iSoundState;
|
||||
int m_iLastEnterTime;
|
||||
int m_iLastDrawTime;
|
||||
|
||||
protected:
|
||||
qboolean m_bOutlinedText;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue