Found a quick fix! If you go to 0x0060FC30 you will see,
Code:
mov [00C4D888],0000000C
If you NOP it out or change it to 0x4 click to move will not go away, even when you are on top of your target. But you can click on any location / surface, no more stutter! But you then need to add your own distance check, but I think thats better then it stuttering. Or you could just leave it on, have not tested.
Code:
mov [00C4D888],0000000C
to
mov [00C4D888],00000004
----Edit
Just tested it with it on all the time, works just fine! No more stutter
