Prevent mouse up from leaving a little blob, fixes #130

This commit is contained in:
Simon Robertshaw 2012-08-19 11:44:14 +01:00
parent 3d140d310e
commit 571abd97a3

View File

@ -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)
{