mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:42:54 +08:00
fix pinned drawable comment test
This commit is contained in:
parent
a710bbf6ae
commit
4494ff55e3
@ -43,9 +43,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
AddStep(description, () =>
|
||||
{
|
||||
if (description == "Pinned")
|
||||
comment.Pinned = true;
|
||||
|
||||
comment.Pinned = description == "Pinned";
|
||||
comment.Message = text;
|
||||
container.Add(new DrawableComment(comment));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user