mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge branch 'development' into EngineAPI-Refactor
This commit is contained in:
commit
6cf0c9e360
1933 changed files with 102328 additions and 70545 deletions
|
|
@ -1301,7 +1301,7 @@ static void processPingsAndQueries( U32 session, bool schedule )
|
|||
if ( !gPingList.size() && !waitingForMaster )
|
||||
{
|
||||
// Start the query phase:
|
||||
for ( U32 i = 0; i < gQueryList.size() && i < gMaxConcurrentQueries; )
|
||||
for ( i = 0; i < gQueryList.size() && i < gMaxConcurrentQueries; )
|
||||
{
|
||||
Ping &p = gQueryList[i];
|
||||
if ( p.time + gPingTimeout < time )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue