Add obsoletion for unused property

This commit is contained in:
smoogipoo 2020-11-17 12:23:34 +09:00
parent 84b42f207d
commit 33c643e369
1 changed files with 1 additions and 0 deletions

View File

@ -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>