mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Change asset folder
This commit is contained in:
parent
2f0c772dcb
commit
f7c854f1b0
@ -24,7 +24,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
foreach (string lookup in sampleInfo.LookupNames)
|
||||
{
|
||||
string remappedLookup = lookup.Replace("Gameplay/", "Gameplay/Pro/");
|
||||
string remappedLookup = lookup.Replace(@"Gameplay/", @"Gameplay/ArgonPro/");
|
||||
|
||||
var sample = Samples?.Get(remappedLookup) ?? Resources.AudioManager?.Samples.Get(remappedLookup);
|
||||
if (sample != null)
|
||||
|
Loading…
Reference in New Issue
Block a user