mirror of
https://github.com/ppy/osu
synced 2025-01-05 05:39:49 +00:00
Add missing cached type
This commit is contained in:
parent
d6f3beffb6
commit
c5f6b77bba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user