1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Clean up code

This commit is contained in:
normalid 2024-07-27 18:55:17 +08:00
parent 73a98b45e9
commit 4e44a6e7f8
2 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@ using System;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Logging;
using osu.Framework.Testing;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Online.Chat;
@ -31,8 +30,6 @@ namespace osu.Game.Tests.Visual.Online
{
RelativeSizeAxes = Axes.Both
});
Logger.Log("v.dwadwaawddwa");
}
[Test]

View File

@ -106,7 +106,7 @@ namespace osu.Game.Overlays.Chat
private void processMessageBackgroundAltering()
{
for (int i = 0; i < ChatLineFlow.Count(); i++)
for (int i = 0; i < ChatLineFlow.Count; i++)
{
if (ChatLineFlow[i] is ChatLine chatline)
{