mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-05-10 13:59:29 +03:00
Update tf_hud_scope.cpp
This commit is contained in:
parent
1eba26f518
commit
18ea5ed7cc
@ -242,7 +242,7 @@ protected:
|
||||
virtual void ApplySchemeSettings(vgui::IScheme *scheme);
|
||||
virtual void Paint( void );
|
||||
virtual bool ShouldDraw( void );
|
||||
virtual bool CanAnimate() const override { return false; };
|
||||
virtual bool CanAnimate() const OVERRIDE { return false; }
|
||||
|
||||
private:
|
||||
int m_iScopeTexture[4];
|
||||
@ -525,4 +525,4 @@ void CHudScope::Paint( void )
|
||||
if( bDisableClipping )
|
||||
g_pMatSystemSurface->DisableClipping( false );
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user