[client] revert cusror update render trigger

While it makes the mouse a bit nicer it causes frame skips during cursor
movement.
This commit is contained in:
Geoffrey McRae 2020-05-22 18:16:48 +10:00
parent dedab38b99
commit 9b6174793a
2 changed files with 1 additions and 3 deletions

View file

@ -1 +1 @@
B2-rc1-3-g4580b18b04+1
B2-rc1-4-gdedab38b99+1

View file

@ -328,8 +328,6 @@ static int cursorThread(void * unused)
state.cursor.x,
state.cursor.y
);
lgSignalEvent(e_frame);
}
lgmpClientUnsubscribe(&queue);