Prevent mouse up from leaving a little blob, fixes #130
This commit is contained in:
parent
3d140d310e
commit
571abd97a3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user