mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-18 15:22:47 +03:00
Update MenuBar.cpp
This commit is contained in:
parent
cfb7d4c80c
commit
f10b905952
@ -227,6 +227,7 @@ void MenuBar::OnCursorEnteredMenuButton(vgui::Panel* VPanel)
|
|||||||
void MenuBar::OnCursorEnteredMenuButton(int VPanel)
|
void MenuBar::OnCursorEnteredMenuButton(int VPanel)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
VPANEL menuButton = (VPANEL)VPanel;
|
||||||
// see if we had a menu open
|
// see if we had a menu open
|
||||||
for ( int i = 0; i < m_pMenuButtons.Count(); i++)
|
for ( int i = 0; i < m_pMenuButtons.Count(); i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user