[client] main: lgmpClientMessageDone is not idempotent

This commit is contained in:
Geoffrey McRae 2022-01-24 04:09:38 +11:00
parent 9a6aa3ce66
commit a8ba014b52

View File

@ -446,7 +446,6 @@ int main_cursorThread(void * unused)
case CURSOR_TYPE_MASKED_COLOR: cursorType = LG_CURSOR_MASKED_COLOR; break;
default:
DEBUG_ERROR("Invalid cursor type");
lgmpClientMessageDone(g_state.pointerQueue);
continue;
}