1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:49:56 +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
Unverified
parent 59ffc8b08e
commit 6f1437e73d
@@ -119,7 +119,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
BaseScore = 10000,
MaxCombo = 1000,
HitObjects = 1000
CountBasicHitObjects = 1000
}
};
}