mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Move implementtaion detail to inline comment
This commit is contained in:
@ -93,9 +93,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Processes any pending message in <see cref="highlightedMessage"/>.
|
/// Processes any pending message in <see cref="highlightedMessage"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
// ScheduleAfterChildren is for ensuring the scroll flow has updated with any new chat lines.
|
||||||
/// <see cref="CompositeDrawable.ScheduleAfterChildren"/> is for ensuring the scroll flow has updated with any new chat lines.
|
|
||||||
/// </remarks>
|
|
||||||
private void processMessageHighlighting() => SchedulerAfterChildren.AddOnce(() =>
|
private void processMessageHighlighting() => SchedulerAfterChildren.AddOnce(() =>
|
||||||
{
|
{
|
||||||
if (highlightedMessage.Value == null)
|
if (highlightedMessage.Value == null)
|
||||||
|
Reference in New Issue
Block a user