mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
vgui_controls: fix unitialized boolean
This commit is contained in:
@@ -72,6 +72,7 @@ void Button::Init()
|
||||
m_bSelectionStateSaved = false;
|
||||
m_bStaySelectedOnClick = false;
|
||||
m_bStaySelectedOnClick = false;
|
||||
m_bStayArmedOnClick = false;
|
||||
m_sArmedSoundName = UTL_INVAL_SYMBOL;
|
||||
m_sDepressedSoundName = UTL_INVAL_SYMBOL;
|
||||
m_sReleasedSoundName = UTL_INVAL_SYMBOL;
|
||||
|
||||
Reference in New Issue
Block a user