mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-25 19:46:50 -05:00
Fixed another bug with hero screen text input.
This commit is contained in:
parent
360dbbe50c
commit
19c866aeba
@ -243,6 +243,7 @@ namespace OpenDiablo2.Scenes
|
||||
keyboardInfoProvider.KeyPressCallback = null;
|
||||
characterNameTextBox.Text = "";
|
||||
okButton.Enabled = false;
|
||||
selectedHero = null;
|
||||
|
||||
sceneManager.ChangeScene("Main Menu");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user