Make blurtarget private, improve documentation

This commit is contained in:
David Zhao
2019-03-19 20:15:28 +09:00
parent dc26e90a8d
commit a8e2072286
4 changed files with 26 additions and 21 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Screens.Play
{
RelativeSizeAxes = Axes.Both,
Alpha = 1,
EnableVisualSettings = { Value = true }
EnableUserDim = { Value = true }
};
public bool LoadedBeatmapSuccessfully => RulesetContainer?.Objects.Any() == true;