mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Re-implement the SampleBank/Sample structure. No parsing support yet.
This commit is contained in:
@ -95,11 +95,7 @@ namespace osu.Game.Modes.Osu.Objects
|
||||
StackHeight = StackHeight,
|
||||
Scale = Scale,
|
||||
ComboColour = ComboColour,
|
||||
Sample = new HitSampleInfo
|
||||
{
|
||||
Type = SampleType.None,
|
||||
Set = SampleSet.Soft,
|
||||
},
|
||||
SampleBank = SampleBank
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user