mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Make local clock private
This commit is contained in:
parent
3f788da06d
commit
508278505f
@ -258,7 +258,7 @@ namespace osu.Game.Screens.Play
|
||||
speedAdjustmentsApplied = false;
|
||||
}
|
||||
|
||||
public class LocalGameplayClock : GameplayClock
|
||||
private class LocalGameplayClock : GameplayClock
|
||||
{
|
||||
public readonly List<Bindable<double>> MutableNonGameplayAdjustments = new List<Bindable<double>>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user