mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Disable other false-positive null inspections with comment
This commit is contained in:
@ -187,6 +187,8 @@ namespace osu.Game.Overlays.Comments
|
||||
AutoSizeAxes = Axes.Both;
|
||||
LoadingAnimationSize = new Vector2(10);
|
||||
|
||||
// ReSharper disable once PossibleNullReferenceException
|
||||
// see https://youtrack.jetbrains.com/issue/RSRP-486768
|
||||
drawableText.Text = text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user