1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 13:33:20 +08:00

Fix extra newline

This commit is contained in:
CloneWith 2024-10-01 21:08:31 +08:00
parent 5af05f1cc9
commit 5dd28d5352
No known key found for this signature in database
GPG Key ID: F4FC0D1E91D7FFD5

View File

@ -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;