mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-06 08:35:05 +00:00
game: fix map info panel
This commit is contained in:
parent
533ea3963c
commit
a90bf636bf
@ -35,6 +35,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