mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Add sample path to the lookup names
This commit is contained in:
@ -17,6 +17,13 @@ namespace osu.Game.Storyboards
|
||||
|
||||
public int Volume { get; }
|
||||
|
||||
public IEnumerable<string> LookupNames => new[]
|
||||
{
|
||||
// Try first with the full name, then attempt with no path
|
||||
Path,
|
||||
System.IO.Path.ChangeExtension(Path, null),
|
||||
};
|
||||
|
||||
public StoryboardSampleInfo(string path, double time, int volume)
|
||||
{
|
||||
Path = path;
|
||||
|
Reference in New Issue
Block a user