Fix some games that seem to never call the runcallbacks functions.
parent
6cccdd2b16
commit
91d1391644
|
@ -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…
Reference in New Issue