1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 23:42:55 +08:00

Remove select action to end placement

This commit is contained in:
OliBomby 2024-08-16 11:55:07 +02:00
parent 3b94d1f8eb
commit e5fab9cfbe

View File

@ -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;