Fix SetupLogging not being called in game test scenario

This commit is contained in:
Dean Herbert
2025-01-22 15:56:38 +09:00
parent 6f7f43f074
commit ce66bc374f

View File

@@ -90,6 +90,7 @@ namespace osu.Framework.Testing
exitNestedGame();
nestedGame = game;
nestedGame.SetupLogging(host.Storage, host.CacheStorage);
nestedGame.SetHost(host);
base.Add(nestedGame);