diff --git a/src/Graphics/GraphicsDevice.cs b/src/Graphics/GraphicsDevice.cs index c8514ea..37dd01a 100644 --- a/src/Graphics/GraphicsDevice.cs +++ b/src/Graphics/GraphicsDevice.cs @@ -1260,7 +1260,7 @@ namespace Microsoft.Xna.Framework.Graphics int indexOffset, int primitiveCount, VertexDeclaration vertexDeclaration - ) where T : struct, IVertexType { + ) where T : struct { ApplyState(); // Pin the buffers.