mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
new releaseQueuedMessages() api
This commit is contained in:
parent
51fa5f4f47
commit
4e66e4ed7c
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void Agent::run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// flush the queue of packets and then process them so they are all sent off
|
// flush the queue of packets and then process them so they are all sent off
|
||||||
voxelScripter.getVoxelPacketSender()->flushQueue();
|
voxelScripter.getVoxelPacketSender()->releaseQueuedMessages();
|
||||||
voxelScripter.getVoxelPacketSender()->processWithoutSleep();
|
voxelScripter.getVoxelPacketSender()->processWithoutSleep();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue