diff options
Diffstat (limited to 'src/game/GameController.cpp')
| -rw-r--r-- | src/game/GameController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index 17a6d4f..1533852 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -351,6 +351,7 @@ void GameController::DrawPoints(int toolSelection, queue<ui::Point*> & pointQueu pointQueue.pop(); } } + return; } activeTool->SetStrength(gameModel->GetToolStrength()); |
