1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

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;
}
}
}