mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
CR fixes
This commit is contained in:
parent
bfa7c91a7a
commit
0888a6605f
1 changed files with 1 additions and 1 deletions
|
@ -1917,7 +1917,7 @@ void mouseFunc(int button, int state, int x, int y) {
|
|||
|
||||
// In menu displayed mode use old logic
|
||||
if (::menuDisplayed) {
|
||||
if (button == GLUT_LEFT_BUTTON && state == GLUT_DOWN ) {
|
||||
if (button == GLUT_LEFT_BUTTON && state == GLUT_DOWN) {
|
||||
if (state == GLUT_DOWN && !menu.mouseClick(x, y)) {
|
||||
mouseX = x;
|
||||
mouseY = y;
|
||||
|
|
Loading…
Reference in a new issue