mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 23:24:53 +08:00
Remove redundant condition in else branch
Yep.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user