diff options
Diffstat (limited to 'tests/glbook/Common/esUtil.h')
-rw-r--r-- | tests/glbook/Common/esUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glbook/Common/esUtil.h b/tests/glbook/Common/esUtil.h index b675e367..1ff236de 100644 --- a/tests/glbook/Common/esUtil.h +++ b/tests/glbook/Common/esUtil.h @@ -199,7 +199,7 @@ int ESUTIL_API esGenSphere ( int numSlices, float radius, GLfloat **vertices, GL /// if it is not NULL ) as a GL_TRIANGLES
//
int ESUTIL_API esGenCube ( float scale, GLfloat **vertices, GLfloat **normals,
- GLfloat **texCoords, GLuint **indices );
+ GLfloat **texCoords, GLushort **indices );
//
/// \brief Loads a 24-bit TGA image from a file
|