diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index 7eff23b5..34303684 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -1295,7 +1295,8 @@ void Game::mouseMove(int x, int y, const MouseState *ms) { } else { //main window - if(Window::isKeyDown() == false) { + //if(Window::isKeyDown() == false) + { if (y < 10) { gameCamera.setMoveZ(-scrollSpeed); }