mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
add source-sdk-2013
This commit is contained in:
@@ -1392,9 +1392,6 @@ void CControlPointProgressBar::ApplySchemeSettings( IScheme *pScheme )
|
||||
m_pBlocked = dynamic_cast<CIconPanel *>( FindChildByName("Blocked") );
|
||||
m_iOrgHeight = GetTall();
|
||||
|
||||
m_pBar->SetProgressDirection( vgui::CircularProgressBar::PROGRESS_CW );
|
||||
m_pBar->SetReverseProgress( true );
|
||||
|
||||
m_iMidGroupIndex = gHUD.LookupRenderGroupIndexByName( "mid" );
|
||||
}
|
||||
|
||||
@@ -1405,7 +1402,7 @@ void CControlPointProgressBar::PerformLayout( void )
|
||||
{
|
||||
BaseClass::PerformLayout();
|
||||
|
||||
if ( m_pAttachedToIcon && m_pTeardrop && m_pTeardropSide && m_pAttachedToIcon->GetVPanel() )
|
||||
if ( m_pAttachedToIcon && m_pTeardrop && m_pTeardropSide )
|
||||
{
|
||||
int iIconX, iIconY;
|
||||
ipanel()->GetAbsPos(m_pAttachedToIcon->GetVPanel(), iIconX, iIconY );
|
||||
|
||||
Reference in New Issue
Block a user