mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Fix incorrect caching
This commit is contained in:
parent
7f579850dd
commit
b0f8e11bd4
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user