mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Ability to contain multiple sample banks. Get default bank name from control point.
This commit is contained in:
@ -67,7 +67,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
ComboIndex = s.ComboIndex,
|
||||
Scale = s.Scale,
|
||||
ComboColour = s.ComboColour,
|
||||
SampleBank = s.SampleBank,
|
||||
SampleBanks = s.SampleBanks,
|
||||
}),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user