Rename methods

This commit is contained in:
smoogipoo
2020-11-20 15:39:25 +09:00
parent 33eea64cfc
commit 2ed2ddfe8a
3 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
MakeChildAlive(pointPool);
}
public void AddFollowPoints2(OsuHitObject hitObject)
public void AddFollowPoints(OsuHitObject hitObject)
{
addEntry(hitObject);
@ -60,7 +60,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
startTimeMap[hitObject] = startTimeBindable;
}
public void RemoveFollowPoints2(OsuHitObject hitObject)
public void RemoveFollowPoints(OsuHitObject hitObject)
{
removeEntry(hitObject);