Skip to content

Commit

Permalink
Merge pull request #267 from LumpBloom7/dependabot/nuget/ppy.osu.Game…
Browse files Browse the repository at this point in the history
…-2021.1006.1

Bump ppy.osu.Game from 2021.927.0 to 2021.1006.1
  • Loading branch information
LumpBloom7 authored Oct 6, 2021
2 parents 6cf7ab7 + 0c61781 commit 7663ab7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected override void CreateNestedHitObjects(CancellationToken cancellationTok
AddNested(new ScorePaddingObject() { StartTime = this.GetEndTime() });
}

protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, IBeatmapDifficultyInfo difficulty)
{
base.ApplyDefaultsToSelf(controlPointInfo, difficulty);

Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Sentakki/Objects/SlideBody.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected override void CreateNestedHitObjects(CancellationToken cancellationTok
[JsonIgnore]
public double ShootDelay { get; private set; }

protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
protected override void ApplyDefaultsToSelf(ControlPointInfo controlPointInfo, IBeatmapDifficultyInfo difficulty)
{
base.ApplyDefaultsToSelf(controlPointInfo, difficulty);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</Otherwise>
</Choose>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.927.0"/>
<PackageReference Include="ppy.osu.Game" Version="2021.1006.1"/>
</ItemGroup>
</Project>

0 comments on commit 7663ab7

Please sign in to comment.