Fix bindable name in tests

This commit is contained in:
David Zhao 2019-02-20 16:56:57 +09:00
parent 1bd1b6b099
commit 5bf405f949
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ private class DimAccessiblePlayer : Player
public void UpdateBindables()
{
DimEnabled = Background.UpdateUserDim;
DimEnabled = Background.EnableUserDim;
}
public bool AssertDimmed()