mirror of
https://github.com/ppy/osu.git
synced 2025-01-10 02:33:00 +08:00
Remove redundant condition in else branch
Yep.
This commit is contained in:
parent
1d559b2cad
commit
0e65655fef
@ -325,7 +325,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
case PlacementBlueprint.PlacementState.Waiting:
|
||||
if (!Composer.CursorInPlacementArea)
|
||||
CurrentPlacement.Hide();
|
||||
else if (Composer.CursorInPlacementArea)
|
||||
else
|
||||
CurrentPlacement.Show();
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user