mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
CR feedback
This commit is contained in:
parent
c48d79ad8b
commit
7b40a7cd89
1 changed files with 1 additions and 3 deletions
|
@ -767,8 +767,6 @@ void EntityTreeRenderer::mouseMoveEvent(QMouseEvent* event, unsigned int deviceI
|
|||
}
|
||||
|
||||
void EntityTreeRenderer::deletingEntity(const EntityItemID& entityID) {
|
||||
if (_entityScripts.contains(entityID)) {
|
||||
_entityScripts.remove(entityID);
|
||||
}
|
||||
_entityScripts.remove(entityID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue