mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 22:22:54 +08:00
Remove select action to end placement
This commit is contained in:
parent
3b94d1f8eb
commit
e5fab9cfbe
@ -125,10 +125,6 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
switch (e.Action)
|
||||
{
|
||||
case GlobalAction.Select:
|
||||
EndPlacement(true);
|
||||
return true;
|
||||
|
||||
case GlobalAction.Back:
|
||||
EndPlacement(false);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user