Skip to content

Commit 4b9522f

Browse files
authored
Merge pull request #167 from Beamographic/dependabot/nuget/ppy.osu.Game-2021.720.0
Bump ppy.osu.Game from 2021.707.0 to 2021.720.0
2 parents 3bd8197 + 26b2b00 commit 4b9522f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

osu.Game.Rulesets.Rush/UI/RushSettingsSubsection.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
using osu.Framework.Allocation;
55
using osu.Framework.Graphics;
6+
using osu.Framework.Localisation;
67
using osu.Game.Overlays.Settings;
78
using osu.Game.Rulesets.Rush.Configuration;
89

@@ -14,7 +15,7 @@ public class RushSettingsSubsection : RulesetSettingsSubsection
1415

1516
protected new RushRulesetConfigManager Config => (RushRulesetConfigManager)base.Config;
1617

17-
protected override string Header => ruleset.Description;
18+
protected override LocalisableString Header => ruleset.Description;
1819

1920
public RushSettingsSubsection(Ruleset ruleset)
2021
: base(ruleset)

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.707.0" />
36+
<PackageReference Include="ppy.osu.Game" Version="2021.720.0" />
3737
</ItemGroup>
3838
</Project>

0 commit comments

Comments
 (0)