From 707956023927b9f241f77599c3f9ab3214278c5b Mon Sep 17 00:00:00 2001 From: Jamiras Date: Wed, 4 Sep 2024 15:23:48 -0600 Subject: [PATCH] fix copy/paste error --- src/rc_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc_client.c b/src/rc_client.c index d306666a..28be308e 100644 --- a/src/rc_client.c +++ b/src/rc_client.c @@ -1522,7 +1522,7 @@ static void rc_client_activate_game(rc_client_load_state_t* load_state, rc_api_s client->state.load = NULL; else load_state->progress = RC_CLIENT_LOAD_GAME_STATE_ABORTED; - rc_mutex_lock(&client->state.mutex); + rc_mutex_unlock(&client->state.mutex); } /* one last sanity check to make sure the game is still being loaded. */