mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-05 16:15:35 +00:00
game: fix round info panel
This commit is contained in:
parent
a90bf636bf
commit
31b006f90f
@ -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(); }
|
||||
|
Loading…
Reference in New Issue
Block a user