1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

Fix bindable name in tests

This commit is contained in:
David Zhao 2019-02-20 16:56:57 +09:00
parent 1bd1b6b099
commit 5bf405f949

View File

@ -144,7 +144,7 @@ namespace osu.Game.Tests.Visual
public void UpdateBindables()
{
DimEnabled = Background.UpdateUserDim;
DimEnabled = Background.EnableUserDim;
}
public bool AssertDimmed()