Fix compilation failure due not applying rename fully

This commit is contained in:
Bartłomiej Dach 2022-06-02 21:15:11 +02:00
parent 59ffc8b08e
commit 6f1437e73d
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -119,7 +119,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{ {
BaseScore = 10000, BaseScore = 10000,
MaxCombo = 1000, MaxCombo = 1000,
HitObjects = 1000 CountBasicHitObjects = 1000
} }
}; };
} }