Skip to content

Commit

Permalink
Merge pull request #30984 from smoogipoo/fix-mania-spinner-conversion
Browse files Browse the repository at this point in the history
Fix "spinner" conversion for mania-specific beatmaps
  • Loading branch information
bdach authored Dec 19, 2024
2 parents 9cdf06b + d597232 commit 1057aa8
Show file tree
Hide file tree
Showing 17 changed files with 1,730 additions and 156 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Mania.Tests/ManiaBeatmapConversionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ public class ManiaBeatmapConversionTest : BeatmapConversionTest<ManiaConvertMapp

[TestCase("basic")]
[TestCase("zero-length-slider")]
[TestCase("mania-specific-spinner")]
[TestCase("20544")]
[TestCase("100374")]
[TestCase("1450162")]
[TestCase("4869637")]
public void Test(string name) => base.Test(name);

protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 1057aa8

Please sign in to comment.