mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Fix placement masks handling scroll events
This commit is contained in:
parent
f6666e6ecc
commit
85a7325911
@ -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