1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove redundant initialisation

This commit is contained in:
Dean Herbert 2020-04-28 12:55:57 +09:00
parent 743a92bbbe
commit 0d752dc7b8

View File

@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private BeatmapManager manager { get; set; }
private int importId = 0;
private int importId;
[Test]
public void TestPrevTrackBehavior()