1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Fix placement masks handling scroll events

This commit is contained in:
Dean Herbert 2018-10-31 17:23:27 +09:00
parent f6666e6ecc
commit 85a7325911

View File

@ -84,6 +84,8 @@ namespace osu.Game.Rulesets.Edit
switch (e)
{
case ScrollEvent _:
return false;
case MouseEvent _:
return true;
default: