Fixed typo
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1305 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
4051c1d99d
commit
cacd150569
@ -118,7 +118,7 @@ void GeometryRendererVBO::End()
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
void GeometryRendererVBO::RenderTriangles(Uint32 start, Uint32 count)
|
void GeometryRendererVBO::RenderTriangles(Uint32 start, Uint32 count)
|
||||||
{
|
{
|
||||||
static const UInt32* pointer = NULL;
|
static const Uint32* pointer = NULL;
|
||||||
GLCheck(glDrawElements(GL_TRIANGLES, static_cast<GLsizei>(count), GL_UNSIGNED_INT, pointer + start));
|
GLCheck(glDrawElements(GL_TRIANGLES, static_cast<GLsizei>(count), GL_UNSIGNED_INT, pointer + start));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user