mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Absolute default bank should be normal.
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user