1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Remove reset functions

This commit is contained in:
Dean Herbert 2019-09-12 14:27:52 +09:00
parent 158737e001
commit cb0cf6e2c5

View File

@ -144,12 +144,6 @@ namespace osu.Game.Screens.Play
}
}
public void ResetCount()
{
CountPresses = 0;
states.Clear();
}
protected override void Update()
{
base.Update();