1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 06:29:52 +08:00

Add comment regarding host name choice

This commit is contained in:
Dean Herbert
2021-12-22 15:44:47 +09:00
Unverified
parent f81e32149b
commit a866572ca8
@@ -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