Apply changes in line with framework event logic update

This commit is contained in:
Dean Herbert
2020-10-01 12:51:33 +09:00
parent 10ae93cc2e
commit 61e62929ee
5 changed files with 8 additions and 5 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Tournament.Components
{
base.Bindable = new Bindable<string>();
((OsuTextBox)Control).OnCommit = (sender, newText) =>
((OsuTextBox)Control).OnCommit += (sender, newText) =>
{
try
{