mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 17:54:18 +08:00
Fix HealthProcessor cached as derived type in test
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user