Fix incorrect cursor location

This commit is contained in:
loki 2021-08-15 22:25:34 +02:00
commit fce23c482c
3 changed files with 2 additions and 7 deletions

View file

@ -555,8 +555,6 @@ public:
cursor_opt->capture(*img);
img->x -= offset_x;
img->xhot -= offset_x;
img->yhot -= offset_y;
img->y -= offset_y;
return capture_e::ok;