mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:47:27 +08:00
Remove unused combo
DI retrieval
This commit is contained in:
parent
842ab3c5c1
commit
b803ec543f
@ -337,7 +337,6 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
var score = container.OfType<LegacyScoreCounter>().FirstOrDefault();
|
||||
var accuracy = container.OfType<GameplayAccuracyCounter>().FirstOrDefault();
|
||||
var combo = container.OfType<LegacyComboCounter>().FirstOrDefault();
|
||||
|
||||
if (score != null && accuracy != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user