Skip to content

Commit

Permalink
Touch up wording in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jun 19, 2023
1 parent 116ddcd commit 950a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Graphics/UserInterface/Dropdown.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void addDropdownItem(T value)
Menu.State = MenuState.Closed;
});

// inheritors expect that `virtual GenerateItemText` is only called when this dropdown finishes from BDL.
// inheritors expect that `virtual GenerateItemText` is only called when this dropdown's BDL has run to completion.
if (LoadState >= LoadState.Ready)
item.Text.Value = GenerateItemText(value);

Expand Down

0 comments on commit 950a0c4

Please sign in to comment.