mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
Fix HealthProcessor
cached as derived type in test
This commit is contained in:
parent
84a4ff333e
commit
8e78cac058
@ -23,7 +23,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
[Cached]
|
[Cached]
|
||||||
private ScoreProcessor scoreProcessor = new ScoreProcessor();
|
private ScoreProcessor scoreProcessor = new ScoreProcessor();
|
||||||
|
|
||||||
[Cached]
|
[Cached(typeof(HealthProcessor))]
|
||||||
private HealthProcessor healthProcessor = new DrainingHealthProcessor(1);
|
private HealthProcessor healthProcessor = new DrainingHealthProcessor(1);
|
||||||
|
|
||||||
// best way to check without exposing.
|
// best way to check without exposing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user