Add missing cached type

This commit is contained in:
Dean Herbert 2020-09-29 13:42:17 +09:00
parent d6f3beffb6
commit c5f6b77bba

View File

@ -51,6 +51,7 @@ namespace osu.Game.Screens.Play
/// The final clock which is exposed to underlying components.
/// </summary>
[Cached]
[Cached(typeof(ISamplePlaybackDisabler))]
public readonly GameplayClock GameplayClock;
private Bindable<double> userAudioOffset;