mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add missing cached type
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user