Fix backgrounds in TestCasePlayer dimming to gray instead of black.

This commit is contained in:
Dean Herbert
2017-02-18 15:54:26 +09:00
parent 94dd268fd2
commit cf8b6c0697

View File

@ -71,7 +71,7 @@ namespace osu.Desktop.VisualTests.Tests
Add(new Box
{
RelativeSizeAxes = Framework.Graphics.Axes.Both,
Colour = Color4.Gray,
Colour = Color4.Black,
});
Add(new Player