1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Add comment regarding host name choice

This commit is contained in:
Dean Herbert 2021-12-22 15:44:47 +09:00
parent f81e32149b
commit a866572ca8

View File

@ -149,6 +149,7 @@ namespace osu.Game.Tests.Collections.IO
}
}
// Name matches the automatically chosen name from `CleanRunHeadlessGameHost` above, so we end up using the same storage location.
using (HeadlessGameHost host = new TestRunHeadlessGameHost(nameof(TestSaveAndReload)))
{
try