mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Cleanup whitespace
This commit is contained in:
parent
9de4d416e2
commit
2abdbe53e7
@ -251,7 +251,6 @@ namespace osu.Game.Screens.Play
|
||||
}
|
||||
|
||||
private class HardwareCorrectionOffsetClock : FramedOffsetClock
|
||||
|
||||
{
|
||||
private readonly BindableDouble pauseRateAdjust;
|
||||
|
||||
@ -297,7 +296,6 @@ namespace osu.Game.Screens.Play
|
||||
}
|
||||
|
||||
private class MasterGameplayClock : GameplayClock
|
||||
|
||||
{
|
||||
public readonly List<Bindable<double>> MutableNonGameplayAdjustments = new List<Bindable<double>>();
|
||||
public override IEnumerable<Bindable<double>> NonGameplayAdjustments => MutableNonGameplayAdjustments;
|
||||
|
Loading…
Reference in New Issue
Block a user