From 0888a6605f51156f78f00cccf898f62110f293f9 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 10 May 2013 12:08:43 -0700 Subject: [PATCH] CR fixes --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 7a89565406..9d5088a851 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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;