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

This commit is contained in:
Mr_Goldberg 2020-05-23 23:54:26 -04:00
parent 6cccdd2b16
commit 91d1391644
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
}