Removed unused variables and directives

This commit is contained in:
Vinicius Barbosa
2021-05-18 16:56:07 +02:00
parent 76a377f3e0
commit 06fffc499b
2 changed files with 1 additions and 6 deletions

View File

@ -196,7 +196,7 @@ namespace osu.Game.Screens.Ranking
statisticsPanel.State.BindValueChanged(onStatisticsStateChanged, true);
using(BeginDelayedSequence(AccuracyCircle.ACCURACY_TRANSFORM_DELAY + AccuracyCircle.TEXT_APPEAR_DELAY, true))
using (BeginDelayedSequence(AccuracyCircle.ACCURACY_TRANSFORM_DELAY + AccuracyCircle.TEXT_APPEAR_DELAY, true))
{
this.Delay(-1000).Schedule(() => applauseSound?.Play());
}