mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:03:21 +08:00
Fix wrong prefix for default priority lookup in test
This commit is contained in:
parent
033b556be5
commit
813dc2dd78
@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
// available textures
|
||||
new[] { @"hitcircle", @"hitcircleoverlay" },
|
||||
// priority lookup
|
||||
@"",
|
||||
null,
|
||||
// expected circle and overlay
|
||||
@"hitcircle", @"hitcircleoverlay",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user