mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
remove incorrectly added key
This commit is contained in:
parent
7def6a9181
commit
c6e087b994
@ -115,7 +115,6 @@ namespace osu.Game.Skinning
|
|||||||
case string _ when pair.Key.StartsWith("NoteImage"):
|
case string _ when pair.Key.StartsWith("NoteImage"):
|
||||||
case string _ when pair.Key.StartsWith("KeyImage"):
|
case string _ when pair.Key.StartsWith("KeyImage"):
|
||||||
case string _ when pair.Key.StartsWith("Hit"):
|
case string _ when pair.Key.StartsWith("Hit"):
|
||||||
case "BottomStageImage":
|
|
||||||
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user