From 9b6174793aef3722e2d1cb05fdf4ea44a36e8a59 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 22 May 2020 18:16:48 +1000 Subject: [PATCH] [client] revert cusror update render trigger While it makes the mouse a bit nicer it causes frame skips during cursor movement. --- VERSION | 2 +- client/src/main.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 49d74494..41d70439 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B2-rc1-3-g4580b18b04+1 \ No newline at end of file +B2-rc1-4-gdedab38b99+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 50d38d83..25875e4e 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -328,8 +328,6 @@ static int cursorThread(void * unused) state.cursor.x, state.cursor.y ); - - lgSignalEvent(e_frame); } lgmpClientUnsubscribe(&queue);