1
0
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:
Dean Herbert 2024-02-25 08:18:19 +08:00
parent 9e90f7fb0d
commit e12f8c03ee
No known key found for this signature in database

View File

@ -58,6 +58,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
private void resetState(DrawableHitObject hitObject)
{
lastRecord = default;
result.Value = 0;
records.Clear();
}