mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove e.ShiftPressed
handling for now
Broken on macOS, will be handled differently later on as discussed.
This commit is contained in:
@ -320,7 +320,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
{
|
||||
if (distanceSpacingScrollActive)
|
||||
{
|
||||
distanceSpacing.Value += e.ScrollDelta.Y * (e.ShiftPressed || e.IsPrecise ? 0.01f : 0.1f);
|
||||
distanceSpacing.Value += e.ScrollDelta.Y * (e.IsPrecise ? 0.01f : 0.1f);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user