fixed menu behavior

This commit is contained in:
ZappoMan 2013-05-10 12:08:03 -07:00
parent e84d2696f9
commit bfa7c91a7a

View file

@ -1913,7 +1913,6 @@ void mouseFunc(int button, int state, int x, int y) {
if (::menuDisplayed && !menuFound) {
::menuDisplayed = false;
menu.hidePopupMenu();
//menu.render(WIDTH,HEIGHT); // will hide the menu
}
// In menu displayed mode use old logic