mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03: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