1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 13:33:03 +08:00

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. /// The final clock which is exposed to underlying components.
/// </summary> /// </summary>
[Cached] [Cached]
[Cached(typeof(ISamplePlaybackDisabler))]
public readonly GameplayClock GameplayClock; public readonly GameplayClock GameplayClock;
private Bindable<double> userAudioOffset; private Bindable<double> userAudioOffset;