Skip to content

Commit

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

Bump ppy.osu.Game from 2020.629.0 to 2020.707.0
  • Loading branch information
LumpBloom7 authored Jul 9, 2020
2 parents b39c054 + d3a60f3 commit 978e8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions osu.Game.Rulesets.Sentakki/UI/DrawableSentakkiRuleset.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Linq;
using osu.Framework.Audio.Track;
using osu.Framework.Allocation;
using osu.Framework.Input;
using osu.Game.Beatmaps;
using osu.Game.Input.Handlers;
using osu.Game.Replays;
Expand Down Expand Up @@ -65,6 +64,6 @@ public override DrawableHitObject<SentakkiHitObject> CreateDrawableRepresentatio

protected override ResumeOverlay CreateResumeOverlay() => new SentakkiResumeOverlay();

protected override PassThroughInputManager CreateInputManager() => new SentakkiInputManager(Ruleset?.RulesetInfo);
protected override Framework.Input.PassThroughInputManager CreateInputManager() => new SentakkiInputManager(Ruleset?.RulesetInfo);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2020.629.0"/>
<PackageReference Include="ppy.osu.Game" Version="2020.707.0"/>
</ItemGroup>
</Project>

0 comments on commit 978e8ae

Please sign in to comment.