mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
inline stage light lookup and clarify behavior
This commit is contained in:
@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
private Drawable getResult(HitResult result)
|
||||
{
|
||||
string filename = this.GetManiaSkinConfig<string>(hitresult_mapping[result])?.Value
|
||||
?? default_hitresult_skin_filenames[result];
|
||||
?? default_hitresult_skin_filenames[result];
|
||||
|
||||
return this.GetAnimation(filename, true, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user