1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 14:15:23 +00:00

Fixed another bug with hero screen text input.

This commit is contained in:
Tim Sarbin 2018-11-27 00:32:50 -05:00
parent 360dbbe50c
commit 19c866aeba

View File

@ -243,6 +243,7 @@ namespace OpenDiablo2.Scenes
keyboardInfoProvider.KeyPressCallback = null;
characterNameTextBox.Text = "";
okButton.Enabled = false;
selectedHero = null;
sceneManager.ChangeScene("Main Menu");
}