mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 14:33:21 +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)
|
switch (e.Action)
|
||||||
{
|
{
|
||||||
case GlobalAction.Select:
|
|
||||||
EndPlacement(true);
|
|
||||||
return true;
|
|
||||||
|
|
||||||
case GlobalAction.Back:
|
case GlobalAction.Back:
|
||||||
EndPlacement(false);
|
EndPlacement(false);
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user