mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +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
|
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>
|
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;
|
private const float distance_snap_radius = 50;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user