Fix incorrect cursor location

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

View File

@@ -224,7 +224,6 @@ std::optional<nv12_t> import_target(
class cursor_t : public platf::img_t {
public:
int x, y;
int xhot, yhot;
unsigned long serial;