Merge branch 'master' into fix-skin-background-regression

This commit is contained in:
Bartłomiej Dach
2021-06-09 08:09:21 +02:00
7 changed files with 15 additions and 63 deletions

View File

@ -57,12 +57,6 @@ namespace osu.Game.Graphics.Backgrounds
}
}
/// <summary>
/// Whether we want to expire triangles as they exit our draw area completely.
/// </summary>
[Obsolete("Unused.")] // Can be removed 20210518
protected virtual bool ExpireOffScreenTriangles => true;
/// <summary>
/// Whether we should create new triangles as others expire.
/// </summary>