Don't show performance overlay by default in visual tests.

This commit is contained in:
Dean Herbert 2016-10-19 19:46:21 +09:00
parent 43f0409893
commit 093197cba5

View File

@ -14,8 +14,6 @@ namespace osu.Framework.VisualTests
base.Load(game);
Add(new TestBrowser());
ShowPerformanceOverlay = true;
}
}
}