Skip to content
Snippets Groups Projects
Commit 74a17242 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

WRG: static cast from size_t to gl types

parent 59326385
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ Mesh
static_cast<GLint>(components),
m_VBO.GlType(),
GL_FALSE,
m_VBO.Stride( static_cast<GLsizei>(components) ),
static_cast<GLsizei>(m_VBO.Stride(components)),
reinterpret_cast< GLvoid const * >( first * m_VBO.Size() )
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment