mirror of
https://github.com/ppy/osu
synced 2025-02-23 05:57:20 +00:00
Merge branch 'master' into slider-controlpoint-masks
This commit is contained in:
commit
9cb4374b51
@ -84,6 +84,8 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
switch (e)
|
||||
{
|
||||
case ScrollEvent _:
|
||||
return false;
|
||||
case MouseEvent _:
|
||||
return true;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user