1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 13:27:20 +08:00

Fix CQ (non-readonly field)

This commit is contained in:
Feodor0090 2022-10-12 21:26:33 +03:00 committed by GitHub
parent 00d8398056
commit 565de23222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ namespace osu.Game.Tests.Visual.Online
});
}
private ManualResetEventSlim deletionPerformed = new ManualResetEventSlim();
private readonly ManualResetEventSlim deletionPerformed = new ManualResetEventSlim();
[Test]
public void TestDeletion()