mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 05:52:56 +08:00
Fix testable online IDs starting at 0
This commit is contained in:
parent
a89e18de42
commit
7224f6bac5
@ -25,9 +25,9 @@ namespace osu.Game.Tests.Visual.OnlinePlay
|
|||||||
|
|
||||||
private readonly List<Room> serverSideRooms = new List<Room>();
|
private readonly List<Room> serverSideRooms = new List<Room>();
|
||||||
|
|
||||||
private int currentRoomId;
|
private int currentRoomId = 1;
|
||||||
private int currentPlaylistItemId;
|
private int currentPlaylistItemId = 1;
|
||||||
private int currentScoreId;
|
private int currentScoreId = 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Handles an API request, while also updating the local state to match
|
/// Handles an API request, while also updating the local state to match
|
||||||
|
Loading…
Reference in New Issue
Block a user