mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
CR feedback
This commit is contained in:
parent
cf3d1011f4
commit
770bf35d2b
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ void Avatar::updateAvatarEntities() {
|
|||
properties.setParentID(getID());
|
||||
}
|
||||
|
||||
// NOTE: if this avatar entity is not attached to us, strip it's entity script completely...
|
||||
// NOTE: if this avatar entity is not attached to us, strip its entity script completely...
|
||||
auto attachedScript = properties.getScript();
|
||||
if (!isMyAvatar() && !attachedScript.isEmpty()) {
|
||||
qCDebug(interfaceapp) << "removing entity script from avatar attached entity:" << entityID << "old script:" << attachedScript;
|
||||
|
|
Loading…
Reference in a new issue