mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 22:22:56 +08:00
Absolute default bank should be normal.
This commit is contained in:
parent
c73d6a52ec
commit
5beab4c43d
@ -45,7 +45,7 @@ namespace osu.Game.Modes.Objects
|
||||
if (!string.IsNullOrEmpty(sample.Bank))
|
||||
continue;
|
||||
|
||||
sample.Bank = (overridePoint ?? timingPoint)?.SampleBank ?? string.Empty;
|
||||
sample.Bank = (overridePoint ?? timingPoint)?.SampleBank ?? @"normal";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user