mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
Add obsoletion for unused property
This commit is contained in:
parent
84b42f207d
commit
33c643e369
@ -60,6 +60,7 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user