MathewWi / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Missing const in verter-buffer #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following functions
* vertex_buffer_push_back
* vertex_buffer_insert
both expects a void* and a GLuint*, where a const void* and const GLuint* would 
be enough.

What version of the product are you using?
r209

Please provide any additional information below.
I've changed it here, along with modifications to 
vertex_buffer_push_back_vertices/vertex_buffer_push_back_indices and the 
demo-font test run perfectly.

Original issue reported on code.google.com by henri...@gemignani.org on 9 Apr 2013 at 12:10

GoogleCodeExporter commented 9 years ago
Thanks, it has been corrected.

Original comment by Nicolas.Rougier@gmail.com on 9 Apr 2013 at 5:24