mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename methods
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user