Ensure cursor position is correct after placing stamp.
This commit is contained in:
parent
cd03297086
commit
44c55fbd45
@ -1063,6 +1063,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button)
|
||||
}
|
||||
}
|
||||
}
|
||||
currentMouse = ui::Point(x, y);
|
||||
selectMode = SelectNone;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user