diff --git a/osu.Framework/Testing/TestScene.cs b/osu.Framework/Testing/TestScene.cs index 545f59161..307ffaa82 100644 --- a/osu.Framework/Testing/TestScene.cs +++ b/osu.Framework/Testing/TestScene.cs @@ -90,6 +90,7 @@ namespace osu.Framework.Testing exitNestedGame(); nestedGame = game; + nestedGame.SetupLogging(host.Storage, host.CacheStorage); nestedGame.SetHost(host); base.Add(nestedGame);