Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress tooltip for ArgonSongProgressBar #30078

Merged
merged 8 commits into from
Oct 7, 2024
Prev Previous commit
Next Next commit
Fix extra newline
  • Loading branch information
CloneWith committed Oct 1, 2024
commit 5dd28d53521b31bc77c55f7d4fd4b6da80b7252a
1 change: 0 additions & 1 deletion osu.Game/Screens/Play/HUD/ArgonSongProgressBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace osu.Game.Screens.Play.HUD
{
public partial class ArgonSongProgressBar : SongProgressBar, IHasTooltip
{

// Parent will handle restricting the area of valid input.
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => true;

Expand Down
Loading