game: fix round info panel

This commit is contained in:
SanyaSho 2022-08-10 22:24:14 +03:00
parent a90bf636bf
commit 31b006f90f

View File

@ -32,6 +32,8 @@ public:
virtual bool HasInputElements( void ){ return true; }
virtual void ShowPanel( bool bShow );
virtual GameActionSet_t GetPreferredActionSet() { return GAME_ACTION_SET_IN_GAME_HUD; }
// both vgui::Frame and IViewPortPanel define these, so explicitly define them here as passthroughs to vgui
vgui::VPANEL GetVPanel( void ){ return BaseClass::GetVPanel(); }
virtual bool IsVisible(){ return BaseClass::IsVisible(); }