dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
755 stars 299 forks source link

Forgotten increment in drawing mechanisms sample #129

Closed Timmitry closed 5 years ago

Timmitry commented 7 years ago

The VertexArray-Method did not work properly, since the values were not copied correctly to the 'vertexArrayValues' because of a forgotten '++'-Increment.

dwmkerr commented 5 years ago

Thanks!