Fix a minor issue in the lerabot sample

This commit is contained in:
Luke Benstead 2018-06-09 16:44:11 +01:00
parent e70922ebb7
commit b29956af84

View File

@ -179,7 +179,7 @@ void ReSizeGLScene(int Width, int Height)
glMatrixMode(GL_MODELVIEW);
}
void DrawTexturedQuad(int *tex, float x, float y, float z)
void DrawTexturedQuad(int tex, float x, float y, float z)
{
GLfloat texW = 10;
GLfloat texH = 10;