mirror of
https://github.com/osukey/osukey.git
synced 2025-05-13 17:47:18 +09:00
Merge pull request #12668 from peppy/fix-xmldoc-typo
Fix use of non-existent word in `OsuFocusedOverlayContainer` xmldoc
This commit is contained in:
commit
9b8840e76e
@ -28,7 +28,7 @@ namespace osu.Game.Graphics.Containers
|
|||||||
protected override bool BlockNonPositionalInput => true;
|
protected override bool BlockNonPositionalInput => true;
|
||||||
|
|
||||||
/// <summary>
|
/// <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?).
|
/// Should be eventually replaced by dimming which is aware of the target dim container (traverse parent for certain interface type?).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected virtual bool DimMainContent => true;
|
protected virtual bool DimMainContent => true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user