mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 22:39:18 +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) {
|
if (::menuDisplayed && !menuFound) {
|
||||||
::menuDisplayed = false;
|
::menuDisplayed = false;
|
||||||
menu.hidePopupMenu();
|
menu.hidePopupMenu();
|
||||||
//menu.render(WIDTH,HEIGHT); // will hide the menu
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// In menu displayed mode use old logic
|
// In menu displayed mode use old logic
|
||||||
|
|
Loading…
Reference in a new issue