mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Reset lastRecord
on resetState
for good measure
This commit is contained in:
parent
9e90f7fb0d
commit
e12f8c03ee
@ -58,6 +58,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
||||
|
||||
private void resetState(DrawableHitObject hitObject)
|
||||
{
|
||||
lastRecord = default;
|
||||
result.Value = 0;
|
||||
records.Clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user