Made m_bOutlinedText a protected member

This commit is contained in:
smallmodel 2023-10-03 00:54:45 +02:00
parent 001704b22e
commit 97bcc07aab
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -57,6 +57,8 @@ class UILabel : public UIWidget
int m_iSoundState;
int m_iLastEnterTime;
int m_iLastDrawTime;
protected:
qboolean m_bOutlinedText;
public: