Skip to content

Commit

Permalink
Merge pull request #199 from Beamographic/dependabot/nuget/ppy.osu.Ga…
Browse files Browse the repository at this point in the history
…me-2021.1113.0

Bump ppy.osu.Game from 2021.1108.0 to 2021.1113.0
  • Loading branch information
LumpBloom7 authored Nov 13, 2021
2 parents a50dbd8 + 7a9db69 commit ac12169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/RushDifficultyCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public RushDifficultyCalculator(Ruleset ruleset, WorkingBeatmap beatmap)

protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beatmap, Mod[] mods, Skill[] skills, double clockRate)
{
return new DifficultyAttributes(mods, skills, 0) { StarRating = beatmap.BeatmapInfo.StarDifficulty };
return new DifficultyAttributes(mods, skills, 0) { StarRating = beatmap.BeatmapInfo.StarRating };
}

protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(IBeatmap beatmap, double clockRate) => Enumerable.Empty<DifficultyHitObject>();
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.1108.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.1113.0" />
</ItemGroup>
</Project>

0 comments on commit ac12169

Please sign in to comment.