1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Remove redundant qualifier

This commit is contained in:
Bartłomiej Dach 2024-06-14 14:12:55 +02:00
parent bdeea37a44
commit 31a8bc7553
No known key found for this signature in database

View File

@ -103,7 +103,7 @@ namespace osu.Game.Rulesets.Mania.Tests.Editor
public override SnapResult FindSnappedPositionAndTime(Vector2 screenSpacePosition, SnapType snapType = SnapType.All) public override SnapResult FindSnappedPositionAndTime(Vector2 screenSpacePosition, SnapType snapType = SnapType.All)
{ {
throw new System.NotImplementedException(); throw new NotImplementedException();
} }
} }
} }