Skip to content

Commit ac12169

Browse files
authored
Merge pull request #199 from Beamographic/dependabot/nuget/ppy.osu.Game-2021.1113.0
Bump ppy.osu.Game from 2021.1108.0 to 2021.1113.0
2 parents a50dbd8 + 7a9db69 commit ac12169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osu.Game.Rulesets.Rush/RushDifficultyCalculator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public RushDifficultyCalculator(Ruleset ruleset, WorkingBeatmap beatmap)
2121

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

2727
protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(IBeatmap beatmap, double clockRate) => Enumerable.Empty<DifficultyHitObject>();

osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
</EmbeddedResource>
3434
</ItemGroup>
3535
<ItemGroup>
36-
<PackageReference Include="ppy.osu.Game" Version="2021.1108.0" />
36+
<PackageReference Include="ppy.osu.Game" Version="2021.1113.0" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)