mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 13:20:12 +02:00
Increment _identitySequenceId before sending ID packet for agents
This commit is contained in:
parent
53a963726d
commit
5cb25b1ef1
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