mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Squelch (false) warning from gcc
This commit is contained in:
parent
e11d93a497
commit
22cfad2483
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ void AvatarMixerSlave::broadcastAvatarDataToAgent(const SharedNodePointer& node)
|
|||
|
||||
assert(otherNode); // we can't have gotten here without the avatarData being a valid key in the map
|
||||
|
||||
AvatarData::AvatarDataDetail detail;
|
||||
AvatarData::AvatarDataDetail detail = AvatarData::NoData;
|
||||
|
||||
// NOTE: Here's where we determine if we are over budget and drop to bare minimum data
|
||||
int minimRemainingAvatarBytes = minimumBytesPerAvatar * remainingAvatars;
|
||||
|
|
Loading…
Reference in a new issue