mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix incorrect caching
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Play
|
||||
/// </summary>
|
||||
public GameplayClock GameplayClock => localGameplayClock;
|
||||
|
||||
[Cached]
|
||||
[Cached(typeof(GameplayClock))]
|
||||
[Cached(typeof(ISamplePlaybackDisabler))]
|
||||
private readonly LocalGameplayClock localGameplayClock;
|
||||
|
||||
|
Reference in New Issue
Block a user