mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 09:43:01 +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
|
||||
voxelScripter.getVoxelPacketSender()->flushQueue();
|
||||
voxelScripter.getVoxelPacketSender()->releaseQueuedMessages();
|
||||
voxelScripter.getVoxelPacketSender()->processWithoutSleep();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue