diff --git a/Bindings/Raylib.cs b/Bindings/Raylib.cs index deb5659..b3f97b0 100644 --- a/Bindings/Raylib.cs +++ b/Bindings/Raylib.cs @@ -546,7 +546,6 @@ namespace Raylib // Maybe that is okay for games. Not using right now until I know it is worth it. public Span Vertices => new Span(vertices.ToPointer(), vertexCount * 3); public Span TexCoords => new Span(vertices.ToPointer(), vertexCount * 3); - public Span Vertices => new Span(vertices.ToPointer(), vertexCount * 3); // public Span vertices; public IntPtr vertices;