1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00

Merge branch 'master' into slider-controlpoint-masks

This commit is contained in:
Dean Herbert
2018-11-01 02:37:31 +09:00
committed by GitHub
Unverified
+2
View File
@@ -84,6 +84,8 @@ namespace osu.Game.Rulesets.Edit
switch (e)
{
case ScrollEvent _:
return false;
case MouseEvent _:
return true;
default: