Former-commit-id: 749e52b59a32f4a913870b6fc6726511c20f245f
@@ -347,6 +347,7 @@ void mouse(int glutButton, int glutState, int mouse_x, int mouse_y)
}
break;
+ break;
// Scroll down
case 3:
@@ -390,8 +390,9 @@ void mouse(int glutButton, int glutState, int mouse_x, int mouse_y)
down_x = mouse_x;
down_y = mouse_y;
- break;