1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 18:27:26 +08:00

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
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

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