diff --git a/osu.Framework/Platform/GameHost.cs b/osu.Framework/Platform/GameHost.cs index bc472e5da4..65e9310b9f 100644 --- a/osu.Framework/Platform/GameHost.cs +++ b/osu.Framework/Platform/GameHost.cs @@ -502,7 +502,7 @@ protected virtual void DrawFrame() else { // Disable depth testing - Renderer.PushDepthInfo(new DepthInfo()); + Renderer.PushDepthInfo(new DepthInfo(false, false)); } // Back pass