mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 00:34:47 +08:00
Make local clock private
This commit is contained in:
@@ -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>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user