From 093197cba5bd1105657584754004bd595aa1bf32 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 19 Oct 2016 19:46:21 +0900 Subject: [PATCH] Don't show performance overlay by default in visual tests. --- osu.Desktop.VisualTests/VisualTestGame.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Desktop.VisualTests/VisualTestGame.cs b/osu.Desktop.VisualTests/VisualTestGame.cs index bc4c59c4e3..323923591d 100644 --- a/osu.Desktop.VisualTests/VisualTestGame.cs +++ b/osu.Desktop.VisualTests/VisualTestGame.cs @@ -14,8 +14,6 @@ namespace osu.Framework.VisualTests base.Load(game); Add(new TestBrowser()); - - ShowPerformanceOverlay = true; } } }