Skip to content

Commit

Permalink
xrEngine/XR_IOConsole.cpp: make sure to disable text input after hidi…
Browse files Browse the repository at this point in the history
…ng the console
  • Loading branch information
Xottab-DUTY committed Jan 7, 2025
1 parent 16e7911 commit 99f4387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xrEngine/XR_IOConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ void CConsole::Hide()

Device.seqFrame.Remove(this);
IR_Release();
if (!Device.editor().IsActiveState())
Device.editor().UpdateTextInput(true);
}

void CConsole::SelectCommand()
Expand Down

0 comments on commit 99f4387

Please sign in to comment.