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:
parent
886914cfe9
commit
f38b64d201
@ -106,6 +106,9 @@ namespace osu.Game.Rulesets.Edit
|
||||
case ScrollEvent _:
|
||||
return false;
|
||||
|
||||
case DoubleClickEvent _:
|
||||
return false;
|
||||
|
||||
case MouseButtonEvent _:
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user