new releaseQueuedMessages() api

This commit is contained in:
ZappoMan 2013-10-02 15:03:58 -07:00
parent 51fa5f4f47
commit 4e66e4ed7c

View file

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