mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 07:58:05 +02:00
Typo
This commit is contained in:
parent
62937c2bef
commit
91aa878dab
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ void Agent::setIsAvatar(bool isAvatar) {
|
|||
delete _avatarQueryTimer;
|
||||
_avatarQueryTimer = nullptr;
|
||||
|
||||
// Clear the skeleton model so thatk if agent is set to an avatar again the skeleton model is (re)loaded.
|
||||
// Clear the skeleton model so that if agent is set to an avatar again the skeleton model is (re)loaded.
|
||||
auto scriptedAvatar = DependencyManager::get<ScriptableAvatar>();
|
||||
scriptedAvatar->setSkeletonModelURL(QUrl());
|
||||
|
||||
|
|
Loading…
Reference in a new issue