mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Removed unused variables and directives
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user