Skip to content

Commit

Permalink
Mark IsContentLost obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev committed May 30, 2024
1 parent f7f18d0 commit cdd41e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class DynamicVertexBuffer : VertexBuffer
/// <remarks>
/// This property will always return <b>false</b>. It is included for XNA compatibility.
/// </remarks>
[Obsolete("This is provided for XNA compatibility only and will always return false")]
public bool IsContentLost { get { return false; } }

/// <summary>
Expand Down

0 comments on commit cdd41e4

Please sign in to comment.