Update tf_hud_scope.cpp

This commit is contained in:
EricS-Valve 2025-05-06 12:29:38 -07:00 committed by GitHub
parent 1eba26f518
commit 18ea5ed7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 );
}
}