Skip to content

Commit

Permalink
Merge pull request #457 from taulazer/dependabot/nuget/ppy.osu.Game-2…
Browse files Browse the repository at this point in the history
…024.412.0

Bump ppy.osu.Game from 2024.312.0 to 2024.412.0
  • Loading branch information
LumpBloom7 authored Apr 13, 2024
2 parents 73c9335 + 592f137 commit 51078ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions osu.Game.Rulesets.Tau.Tests/TestSceneResumeOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;

Check failure on line 4 in osu.Game.Rulesets.Tau.Tests/TestSceneResumeOverlay.cs

View workflow job for this annotation

GitHub Actions / Code Quality

Using directive is not required by the code and can be safely removed in osu.Game.Rulesets.Tau.Tests\TestSceneResumeOverlay.cs on line 4

Check failure on line 4 in osu.Game.Rulesets.Tau.Tests/TestSceneResumeOverlay.cs

View workflow job for this annotation

GitHub Actions / Code Quality

Using directive is not required by the code and can be safely removed in osu.Game.Rulesets.Tau.Tests\TestSceneResumeOverlay.cs on line 4
using osu.Game.Rulesets.Tau.UI;
using osu.Game.Rulesets.UI;
using osu.Game.Screens.Play;
using osu.Game.Tests.Visual;

Expand All @@ -16,7 +17,7 @@ public partial class TestSceneResumeOverlay : OsuManualInputManagerTestScene
public TestSceneResumeOverlay()
{
ManualTauInputManager tauInputManager;
CursorContainer cursor;
GameplayCursorContainer cursor;
ResumeOverlay resume;

bool resumeFired = false;
Expand All @@ -25,7 +26,7 @@ public TestSceneResumeOverlay()
{
Children = new Drawable[]
{
cursor = new CursorContainer(),
cursor = new GameplayCursorContainer(),
resume = new TauResumeOverlay()
{
GameplayCursor = cursor
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Tau/osu.Game.Rulesets.Tau.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2024.312.0" />
<PackageReference Include="ppy.osu.Game" Version="2024.412.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="Objects\Drawables\DrawableSlider.Calculations.cs">
Expand Down

0 comments on commit 51078ef

Please sign in to comment.