mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 03:39:10 +00:00
vgui_controls: fix unitialized boolean
This commit is contained in:
@@ -500,6 +500,7 @@ PropertySheet::PropertySheet(
|
||||
m_pTabKV = NULL;
|
||||
m_iTabHeight = 0;
|
||||
m_iTabHeightSmall = 0;
|
||||
m_bContextButton = false;
|
||||
|
||||
if ( m_bDraggableTabs )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user