Fix misses/typos

This commit is contained in:
Dean Herbert
2019-03-20 14:49:33 +09:00
parent 936c3e1ed9
commit 5f288650bf
4 changed files with 11 additions and 11 deletions

View File

@ -109,7 +109,7 @@ namespace osu.Game.Screens.Play
replayLoaded.TriggerChange();
}
public void BindRulestContainer(DrawableRuleset drawableRuleset)
public void BindDrawableRuleset(DrawableRuleset drawableRuleset)
{
replayLoaded.BindTo(drawableRuleset.HasReplayLoaded);
}