1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-20 14:23:08 +01:00

Address review comments

This commit is contained in:
duncanspumpkin
2024-03-22 20:30:39 +00:00
committed by Gymnasiast
parent c8a5af02a5
commit 34fa06cd29
2 changed files with 1 additions and 3 deletions

View File

@@ -879,8 +879,6 @@ namespace OpenRCT2::Ui::Windows
WindowCloseByClass(WindowClass::Textinput);
// Enter in the text input buffer any existing
// text.
_textBoxInput = existingText;
_textInput = ContextStartTextInput(_textBoxInput, maxLength);