Merge branch 'master' into skin-bindables

This commit is contained in:
Bartłomiej Dach
2021-05-05 20:16:27 +02:00
committed by GitHub
23 changed files with 569 additions and 97 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Graphics.Containers
protected override bool BlockNonPositionalInput => true;
/// <summary>
/// Temporary to allow for overlays in the main screen content to not dim theirselves.
/// Temporary to allow for overlays in the main screen content to not dim themselves.
/// Should be eventually replaced by dimming which is aware of the target dim container (traverse parent for certain interface type?).
/// </summary>
protected virtual bool DimMainContent => true;