mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
fixed menu behavior
This commit is contained in:
parent
e84d2696f9
commit
bfa7c91a7a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue