1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Fix placement blueprints handling double clicks

This commit is contained in:
smoogipoo 2020-04-13 13:57:15 +09:00
parent 886914cfe9
commit f38b64d201

View File

@ -106,6 +106,9 @@ namespace osu.Game.Rulesets.Edit
case ScrollEvent _:
return false;
case DoubleClickEvent _:
return false;
case MouseButtonEvent _:
return true;