Don't set tool strength when there's no tool
This commit is contained in:
parent
e34ed89dc3
commit
ca7b02dbfd
@ -351,6 +351,7 @@ void GameController::DrawPoints(int toolSelection, queue<ui::Point*> & pointQueu
|
||||
pointQueue.pop();
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
activeTool->SetStrength(gameModel->GetToolStrength());
|
||||
|
Loading…
Reference in New Issue
Block a user