diff --git a/MonoGame.Framework/Graphics/Vertices/DynamicVertexBuffer.cs b/MonoGame.Framework/Graphics/Vertices/DynamicVertexBuffer.cs index 55e940444dd..05a31a0a8f2 100644 --- a/MonoGame.Framework/Graphics/Vertices/DynamicVertexBuffer.cs +++ b/MonoGame.Framework/Graphics/Vertices/DynamicVertexBuffer.cs @@ -29,6 +29,7 @@ public class DynamicVertexBuffer : VertexBuffer /// /// This property will always return false. It is included for XNA compatibility. /// + [Obsolete("This is provided for XNA compatibility only and will always return false")] public bool IsContentLost { get { return false; } } ///