1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

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,
MaxCombo = 1000,
HitObjects = 1000
CountBasicHitObjects = 1000
}
};
}