Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LumpBloom7/sentakki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bcd25ed5af8283d3c3039df279733a5ab87f0d92
Choose a base ref
..
head repository: LumpBloom7/sentakki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c91527c82053f98887b2e8dbd1208fe506e007e5
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 osu.Game.Rulesets.Sentakki/Objects/SentakkiHitObject.cs
1 change: 0 additions & 1 deletion osu.Game.Rulesets.Sentakki/Objects/SentakkiHitObject.cs
Original file line number Diff line number Diff line change
@@ -89,7 +89,6 @@ public override IEnumerable<string> LookupNames

public BreakSample(HitSampleInfo sampleInfo)
: base("spinnerbonus-max", sampleInfo.Bank, sampleInfo.Suffix, sampleInfo.Volume)

{
}
}