Skip to content

Commit

Permalink
bump osu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed Jun 9, 2021
1 parent bfebf4e commit 23048b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Solosu/Mods/SolosuModAutoplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Collections.Generic;

namespace osu.Game.Rulesets.Solosu.Mods {
public class SolosuModAutoplay : ModAutoplay<SolosuHitObject> {
public class SolosuModAutoplay : ModAutoplay {
public override Score CreateReplayScore ( IBeatmap beatmap, IReadOnlyList<Mod> mods ) => new Score {
ScoreInfo = new ScoreInfo {
User = new User { Username = "Autosu" },
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Solosu/SolosuDifficultyCalculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected override DifficultyAttributes CreateDifficultyAttributes ( IBeatmap be

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

protected override Skill[] CreateSkills ( IBeatmap beatmap, Mod[] mods )
protected override Skill[] CreateSkills ( IBeatmap beatmap, Mod[] mods, double clockRate )
=> new Skill[ 0 ];
}
}
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Solosu/osu.Game.Rulesets.Solosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbeddedResource Include="Resources\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.523.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.608.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\Samples\Gameplay" />
Expand Down

0 comments on commit 23048b7

Please sign in to comment.