Ensure cursor position is correct after placing stamp.

This commit is contained in:
Simon Robertshaw 2012-09-13 15:54:54 +01:00
parent cd03297086
commit 44c55fbd45

View File

@ -1063,6 +1063,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button)
}
}
}
currentMouse = ui::Point(x, y);
selectMode = SelectNone;
return;
}