mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 03:31:23 +08:00
Mask the osu! beatsnap grid
This commit is contained in:
@@ -13,6 +13,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
public OsuDistanceSnapGrid(OsuHitObject hitObject)
|
||||
: base(hitObject, hitObject.StackedEndPosition)
|
||||
{
|
||||
Masking = true;
|
||||
}
|
||||
|
||||
protected override float GetVelocity(double time, ControlPointInfo controlPointInfo, BeatmapDifficulty difficulty)
|
||||
|
||||
Reference in New Issue
Block a user