mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 14:13:33 +02:00
Quick bugfix
This commit is contained in:
parent
1d26a268c1
commit
f06ec715f2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void ContextOverlayInterface::createOrDestroyContextOverlay(const EntityItemID&
|
|||
_contextOverlay->setPosition(entityProperties.getPosition());
|
||||
_contextOverlay->setRotation(entityProperties.getRotation());
|
||||
_contextOverlay->setVisible(true);
|
||||
} else {
|
||||
} else if (_currentEntityWithContextOverlay == entityItemID) {
|
||||
destroyContextOverlay(entityItemID, event);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue