diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index f743d5a4e..dbe7f3058 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1113,7 +1113,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button) if(drawMode == DrawPoints) { c->ToolClick(toolIndex, ui::Point(x, y)); - pointQueue.push(new ui::Point(x, y)); + //pointQueue.push(new ui::Point(x, y)); } if(drawModeReset) {