mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +02:00
Increment _identitySequenceId before sending ID packet for agents
This commit is contained in:
parent
daff53aefb
commit
487319f7ef
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ void Agent::setIsAvatar(bool isAvatar) {
|
|||
void Agent::sendAvatarIdentityPacket() {
|
||||
if (_isAvatar) {
|
||||
auto scriptedAvatar = DependencyManager::get<ScriptableAvatar>();
|
||||
scriptedAvatar->markIdentityDataChanged();
|
||||
scriptedAvatar->sendIdentityPacket();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue