Fix self-reference in region name

This commit is contained in:
Bartłomiej Dach 2022-05-04 12:36:43 +02:00
parent df1f4aecdc
commit 3b04daddaa
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ protected override bool OnClick(ClickEvent e)
return base.OnClick(e);
}
#region Key selection logic (shared with BeatmapCarousel and RoomsContainer)
#region Key selection logic (shared with BeatmapCarousel and DrawableRoomPlaylist)
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
{