mirror of https://github.com/ppy/osu
Add obsoletion for unused property
This commit is contained in:
parent
84b42f207d
commit
33c643e369
|
@ -60,6 +60,7 @@ public Color4 ColourDark
|
|||
/// <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