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:
parent
73a98b45e9
commit
4e44a6e7f8
@ -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]
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user