mirror of
https://github.com/ppy/osu
synced 2024-12-25 16:22:23 +00:00
Don't draw distance snap grid on the start time of the next object
This commit is contained in:
parent
246479bf34
commit
c7e7aa5962
@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
public class OsuDistanceSnapGrid : CircularDistanceSnapGrid
|
||||
{
|
||||
public OsuDistanceSnapGrid(OsuHitObject hitObject, [CanBeNull] OsuHitObject nextHitObject = null)
|
||||
: base(hitObject, hitObject.StackedEndPosition, hitObject.GetEndTime(), nextHitObject?.StartTime)
|
||||
: base(hitObject, hitObject.StackedEndPosition, hitObject.GetEndTime(), nextHitObject?.StartTime - 1)
|
||||
{
|
||||
Masking = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user