mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Merge pull request #15064 from danteruiz/another-login-fix
Case 21451: HMD Login Encouragement Screen is not Usable
This commit is contained in:
commit
20d65ab183
1 changed files with 1 additions and 1 deletions
|
@ -4984,9 +4984,9 @@ void Application::idle() {
|
|||
|
||||
{
|
||||
if (_keyboardFocusWaitingOnRenderable && getEntities()->renderableForEntityId(_keyboardFocusedEntity.get())) {
|
||||
_keyboardFocusWaitingOnRenderable = false;
|
||||
QUuid entityId = _keyboardFocusedEntity.get();
|
||||
setKeyboardFocusEntity(UNKNOWN_ENTITY_ID);
|
||||
_keyboardFocusWaitingOnRenderable = false;
|
||||
setKeyboardFocusEntity(entityId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue