1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 01:00:10 +08:00

Fix placement masks handling scroll events

This commit is contained in:
Dean Herbert
2018-10-31 17:23:27 +09:00
Unverified
parent f6666e6ecc
commit 85a7325911
+2
View File
@@ -84,6 +84,8 @@ namespace osu.Game.Rulesets.Edit
switch (e)
{
case ScrollEvent _:
return false;
case MouseEvent _:
return true;
default: