Fix some games that seem to never call the runcallbacks functions.

merge-requests/31/head
Mr_Goldberg 4 years ago
parent 6cccdd2b16
commit 91d1391644
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278

@ -42,7 +42,7 @@ static void background_thread(Steam_Client *client)
global_mutex.lock();
PRINT_DEBUG("background thread run\n");
client->network->Run();
client->steam_matchmaking->RunBackground();
client->run_every_runcb->run();
global_mutex.unlock();
}
}

Loading…
Cancel
Save