Update MenuBar.cpp

This commit is contained in:
EricS-Valve 2025-03-24 13:15:09 -07:00 committed by GitHub
parent cfb7d4c80c
commit f10b905952
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,6 +227,7 @@ void MenuBar::OnCursorEnteredMenuButton(vgui::Panel* VPanel)
void MenuBar::OnCursorEnteredMenuButton(int VPanel)
#endif
{
VPANEL menuButton = (VPANEL)VPanel;
// see if we had a menu open
for ( int i = 0; i < m_pMenuButtons.Count(); i++)
{