mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 02:23:10 +08:00
Remove incorrect logic
This commit is contained in:
parent
12bb4b697c
commit
8ed660d863
@ -44,9 +44,7 @@ namespace osu.Game.Skinning
|
||||
: base(
|
||||
skin,
|
||||
resources,
|
||||
// In the case of the actual default legacy skin (ie. the fallback one, which a user hasn't applied any modifications to) we want to use the game provided resources.
|
||||
// todo: I don't know if this is required.
|
||||
skin.Protected ? new NamespacedResourceStore<byte[]>(resources.Resources, "Skins/Argon") : null
|
||||
new NamespacedResourceStore<byte[]>(resources.Resources, "Skins/Argon")
|
||||
)
|
||||
{
|
||||
Resources = resources;
|
||||
|
Loading…
Reference in New Issue
Block a user