mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
quiet compiler
This commit is contained in:
parent
212f564131
commit
43b30c7ffa
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ void AvatarMixer::broadcastAvatarData() {
|
|||
// about a given otherNode to this node
|
||||
// FIXME does this mean we should sort the othernodes by distance before iterating
|
||||
// over them?
|
||||
float outputBandwidth = node->getOutboundBandwidth();
|
||||
// float outputBandwidth =
|
||||
node->getOutboundBandwidth();
|
||||
|
||||
// this is an AGENT we have received head data from
|
||||
// send back a packet with other active node data to this node
|
||||
|
|
Loading…
Reference in a new issue