mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 02:33:27 +02:00
Fix AvatarData::getSkeletonModelURLFromScript
This commit is contained in:
parent
f9ffccfe00
commit
9bdfc8344a
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ const QUrl& AvatarData::getSkeletonModelURL() const {
|
|||
}
|
||||
|
||||
QString AvatarData::getSkeletonModelURLFromScript() const {
|
||||
if (isMyAvatar() && !isMyAvatarURLProtected() && DependencyManager::get<NodeList>()->getThisNodeCanViewAssetURLs()) {
|
||||
if (isMyAvatar() && !isMyAvatarURLProtected()) {
|
||||
return _skeletonModelURL.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue