Skip to content

Commit

Permalink
Fix inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Aug 2, 2024
1 parent f5a3eb5 commit dc9f6a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/UI/OsuPlayfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private void onNewResult(DrawableHitObject judgedObject, JudgementResult result)

public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => HitObjectContainer.ReceivePositionalInputAt(screenSpacePos);

private OsuResumeOverlay.OsuResumeOverlayInputBlocker resumeInputBlocker;
private OsuResumeOverlay.OsuResumeOverlayInputBlocker? resumeInputBlocker;

public void AttachResumeOverlayInputBlocker(OsuResumeOverlay.OsuResumeOverlayInputBlocker resumeInputBlocker)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
using osu.Game.Screens.Play.HUD;
using osu.Game.Skinning;
using osu.Game.Storyboards;

using osuTK.Input;

namespace osu.Game.Tests.Visual.Gameplay
Expand Down

0 comments on commit dc9f6a0

Please sign in to comment.