1
0
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:
Salman Ahmed 2023-10-23 01:58:25 +03:00
parent 12bb4b697c
commit 8ed660d863

View File

@ -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;