mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09: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