1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Fix HealthProcessor cached as derived type in test

This commit is contained in:
Dean Herbert 2021-05-07 17:31:29 +09:00
parent 84a4ff333e
commit 8e78cac058

View File

@ -23,7 +23,7 @@ namespace osu.Game.Tests.Visual.Gameplay
[Cached]
private ScoreProcessor scoreProcessor = new ScoreProcessor();
[Cached]
[Cached(typeof(HealthProcessor))]
private HealthProcessor healthProcessor = new DrainingHealthProcessor(1);
// best way to check without exposing.