mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Construct online visible lines
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
float relativePosition = Playfield.Stages[0].HitObjectContainer.ToLocalSpace(e.ScreenSpaceMousePosition).Y / Playfield.Stages[0].HitObjectContainer.DrawHeight;
|
||||
double timeValue = scrollingInfo.TimeRange.Value * relativePosition;
|
||||
|
||||
beatSnapGrid.SetRange(timeValue, timeValue);
|
||||
beatSnapGrid.SelectionTimeRange = (timeValue, timeValue);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user