mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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());
|
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();
|
auto attachedScript = properties.getScript();
|
||||||
if (!isMyAvatar() && !attachedScript.isEmpty()) {
|
if (!isMyAvatar() && !attachedScript.isEmpty()) {
|
||||||
qCDebug(interfaceapp) << "removing entity script from avatar attached entity:" << entityID << "old script:" << attachedScript;
|
qCDebug(interfaceapp) << "removing entity script from avatar attached entity:" << entityID << "old script:" << attachedScript;
|
||||||
|
|
Loading…
Reference in a new issue