mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
misaligment fixes
This commit is contained in:
@@ -154,9 +154,10 @@ CServerBrowserDialog::~CServerBrowserDialog()
|
||||
SaveUserData();
|
||||
|
||||
if (m_pSavedData)
|
||||
{
|
||||
m_pSavedData->deleteThis();
|
||||
}
|
||||
|
||||
if( m_pFilterData )
|
||||
m_pFilterData->deleteThis();
|
||||
}
|
||||
|
||||
|
||||
@@ -813,4 +814,4 @@ void CServerBrowserDialog::OnKeyCodePressed( vgui::KeyCode code )
|
||||
}
|
||||
|
||||
BaseClass::OnKeyCodePressed( code );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user