mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 01:00:00 +08:00
Cleanup whitespace
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user