mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 19:00:10 +08:00
Remove unused combo DI retrieval
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user