mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Move comment a bit to fix formatting
Would otherwise trigger IDE0055, but that isn't resolveable without an inspection cycle with resharper, so just move in a more sane place.
This commit is contained in:
parent
cb0226f843
commit
f2791d4f3e
@ -25,8 +25,8 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.Edit
|
||||
{
|
||||
// we're also a ScrollingHitObjectComposer candidate, but can't be everything can we?
|
||||
public partial class CatchHitObjectComposer : DistancedHitObjectComposer<CatchHitObject>
|
||||
// we're also a ScrollingHitObjectComposer candidate, but can't be everything can we?
|
||||
{
|
||||
private const float distance_snap_radius = 50;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user