mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
actually remove href not script
This commit is contained in:
parent
0ab06d624a
commit
c7857d4fc3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ void Avatar::updateAvatarEntities() {
|
|||
if (!isMyAvatar() && !specifiedHref.isEmpty()) {
|
||||
qCDebug(avatars_renderer) << "removing entity href from avatar attached entity:" << entityID << "old href:" << specifiedHref;
|
||||
QString noHref;
|
||||
properties.setScript(noHref);
|
||||
properties.setHref(noHref);
|
||||
}
|
||||
|
||||
// When grabbing avatar entities, they are parented to the joint moving them, then when un-grabbed
|
||||
|
|
Loading…
Reference in a new issue