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:
parent
d6f3beffb6
commit
c5f6b77bba
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user