Skip to content

Commit

Permalink
fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Sep 4, 2024
1 parent 7615186 commit 7079560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rc_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 7079560

Please sign in to comment.