mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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)
|
||||
{
|
||||
static const UInt32* pointer = NULL;
|
||||
static const Uint32* pointer = NULL;
|
||||
GLCheck(glDrawElements(GL_TRIANGLES, static_cast<GLsizei>(count), GL_UNSIGNED_INT, pointer + start));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user