Remove Cached attribute from DrawableRuleset.KeyBindingInputManager

This commit is contained in:
pikokr
2021-12-28 21:47:58 +09:00
parent 58994b790c
commit d629305002

View File

@ -50,7 +50,6 @@ namespace osu.Game.Rulesets.UI
/// <summary>
/// The key conversion input manager for this DrawableRuleset.
/// </summary>
[Cached]
public PassThroughInputManager KeyBindingInputManager;
public override double GameplayStartTime => Objects.FirstOrDefault()?.StartTime - 2000 ?? 0;